projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3c95f
)
cmd_spi: remove superfluous semicolon
author
Marek Vasut
<marex@denx.de>
Wed, 1 Aug 2012 13:12:15 +0000
(15:12 +0200)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 10 Aug 2012 00:41:32 +0000
(20:41 -0400)
Reported-by: James Miller <jamesmiller@chromium.org>
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_spi.c
patch
|
blob
|
history
diff --git
a/common/cmd_spi.c
b/common/cmd_spi.c
index 8c623c9fcf5a72da3fa0c324dbaabdfeb49cebb1..eba5fb83da4f54d66c8f64f9de9df12d252c9222 100644
(file)
--- 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)