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:
Marek Vasut 2012-08-01 15:12:15 +02:00 committed by Mike Frysinger
parent 4d3c95f5ea
commit 2d5e7c7a4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)