public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] SPI: Remove superfluous semicolon
@ 2012-08-01 13:12 Marek Vasut
  2012-08-01 16:26 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2012-08-01 13:12 UTC (permalink / raw)
  To: u-boot

This is from someone on IRC.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Wolfgang Denk <wd@denx.de>
---
 common/cmd_spi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/cmd_spi.c b/common/cmd_spi.c
index 8c623c9..eba5fb8 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)
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] SPI: Remove superfluous semicolon
  2012-08-01 13:12 [U-Boot] [PATCH] SPI: Remove superfluous semicolon Marek Vasut
@ 2012-08-01 16:26 ` Mike Frysinger
  2012-08-01 19:09   ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2012-08-01 16:26 UTC (permalink / raw)
  To: u-boot

Acked-by: Mike Frysinger <vapier@gentoo.org>

i've added it to my branch, but if Wolfgang merges it directly, that's fine too
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120801/ee68821b/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] SPI: Remove superfluous semicolon
  2012-08-01 16:26 ` Mike Frysinger
@ 2012-08-01 19:09   ` Wolfgang Denk
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2012-08-01 19:09 UTC (permalink / raw)
  To: u-boot

Dear Mike Frysinger,

In message <201208011226.04685.vapier@gentoo.org> you wrote:
>
> i've added it to my branch, but if Wolfgang merges it directly, that's fine too

I'm happy if you take it.  Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Chapter 1 -- The story so  far:
In the beginning the Universe was created. This has  made  a  lot  of
people very angry and been widely regarded as a bad move.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-01 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 13:12 [U-Boot] [PATCH] SPI: Remove superfluous semicolon Marek Vasut
2012-08-01 16:26 ` Mike Frysinger
2012-08-01 19:09   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox