]> Git Repo - u-boot.git/commit
ums: move all variable declarations to the start of the block
authorStephen Warren <[email protected]>
Mon, 5 May 2014 16:40:17 +0000 (10:40 -0600)
committerLukasz Majewski <[email protected]>
Thu, 8 May 2014 08:38:29 +0000 (10:38 +0200)
commit1725f12882eca6424d70dcdc962ca4e5c2de798a
tree228bec353994de59d21e986fdfc414d3313ab1ab
parentd0cc456dc3561d473926e60fb10ab643790a9ac7
ums: move all variable declarations to the start of the block

It's easier to assign values to the variables inside an if statement body
if the assignment and declaration are separate.

Cc: Lukasz Majewski <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Przemyslaw Marczak <[email protected]>
common/cmd_usb_mass_storage.c
This page took 0.032909 seconds and 4 git commands to generate.