diff options
Diffstat (limited to 'board/esd/common')
-rw-r--r-- | board/esd/common/lcd.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index 9109b64..3dfbf3b 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -345,10 +345,8 @@ int do_esdbmp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) #ifdef CONFIG_VIDEO_SM501 char *str; #endif - if (argc != 2) { - cmd_usage(cmdtp); - return 1; - } + if (argc != 2) + return cmd_usage(cmdtp); addr = simple_strtoul(argv[1], NULL, 16); |