mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04:00
vision2: Fix checkpatch warning
Fix the following checkpatch warning: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
bfcc40bb09
commit
afffcc7bfa
@ -428,9 +428,8 @@ static void setup_gpios(void)
|
||||
gpio_direction_output(4, 1);
|
||||
|
||||
gpio_direction_output(7, 0);
|
||||
for (i = 65; i < 71; i++) {
|
||||
for (i = 65; i < 71; i++)
|
||||
gpio_direction_output(i, 0);
|
||||
}
|
||||
|
||||
gpio_direction_output(94, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user