[U-Boot] [PATCH 7/8] ums: move all variable declarations to the start of the block
Marek Vasut
marex at denx.de
Thu May 1 12:51:25 CEST 2014
On Wednesday, April 30, 2014 at 11:13:21 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> It's easier to assign values to the variables inside an if statement body
> if the assignment and declaration are separate.
>
> Cc: Przemyslaw Marczak <p.marczak at samsung.com>
> Cc: Lukasz Majewski <l.majewski at samsung.com>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> common/cmd_usb_mass_storage.c | 24 ++++++++++++++++--------
> 1 file changed, 16 insertions(+), 8 deletions(-)
This doesn't apply on u-boot-usb/master, sorry.
Best regards,
Marek Vasut
More information about the U-Boot
mailing list