imls: remove return parentheses
return is not a function, parentheses are not required Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
8558aaa3cf
commit
5d0b813d6e
@@ -572,7 +572,7 @@ static int do_imls(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
if (ret_nand)
|
||||
return ret_nand;
|
||||
|
||||
return (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
U_BOOT_CMD(
|
||||
|
||||
Reference in New Issue
Block a user