mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
drivers: net: fsl-mc: remove an useless break statement
The break statement is just after a goto statement, thus it will not get executed. Just remove it. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
32221ee236
commit
3ad24e4d36
@ -1961,7 +1961,6 @@ static int do_fsl_mc(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
default:
|
||||
printf("Invalid option: %s\n", argv[1]);
|
||||
goto usage;
|
||||
break;
|
||||
}
|
||||
return err;
|
||||
usage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user