From: Marek Vasut Date: Wed, 1 Aug 2012 13:12:15 +0000 (+0200) Subject: cmd_spi: remove superfluous semicolon X-Git-Tag: v2012.10-rc1~368^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2d5e7c7a4c893a97678e69e54b3960573d3da50e;p=u-boot cmd_spi: remove superfluous semicolon Reported-by: James Miller Signed-off-by: Marek Vasut Signed-off-by: Mike Frysinger --- diff --git a/common/cmd_spi.c b/common/cmd_spi.c index 8c623c9fcf..eba5fb83da 100644 --- a/common/cmd_spi.c +++ b/common/cmd_spi.c @@ -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)