cmd_spi: remove superfluous semicolon
Reported-by: James Miller <jamesmiller@chromium.org> Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
4d3c95f5ea
commit
2d5e7c7a4c
@ -89,7 +89,7 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
cs = bus;
|
||||
bus = CONFIG_DEFAULT_SPI_BUS;
|
||||
}
|
||||
if (*cp == '.');
|
||||
if (*cp == '.')
|
||||
mode = simple_strtoul(cp+1, NULL, 10);
|
||||
}
|
||||
if (argc >= 3)
|
||||
|
Loading…
Reference in New Issue
Block a user