Re: [U-Boot] [PATCH] SPI: Remove superfluous semicolon

2012-08-01 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201208011226.04685.vap...@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 & De

Re: [U-Boot] [PATCH] SPI: Remove superfluous semicolon

2012-08-01 Thread Mike Frysinger
Acked-by: Mike Frysinger i've added it to my branch, but if Wolfgang merges it directly, that's fine too -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailma

[U-Boot] [PATCH] SPI: Remove superfluous semicolon

2012-08-01 Thread Marek Vasut
This is from someone on IRC. Signed-off-by: Marek Vasut Cc: Mike Frysinger Cc: Wolfgang Denk --- 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