mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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:

committed by
Mike Frysinger

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)
|
||||
|
Reference in New Issue
Block a user