mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] beaglebone: remove stray semicolon
@ 2013-04-15 16:17 Jan Luebbe
  2013-04-16 12:51 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Luebbe @ 2013-04-15 16:17 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 arch/arm/boards/beaglebone/lowlevel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/beaglebone/lowlevel.c b/arch/arm/boards/beaglebone/lowlevel.c
index a9737d9..28959ff 100644
--- a/arch/arm/boards/beaglebone/lowlevel.c
+++ b/arch/arm/boards/beaglebone/lowlevel.c
@@ -55,7 +55,7 @@
 
 static void beaglebone_data_macro_config(int dataMacroNum)
 {
-	u32 BaseAddrOffset = 0x00;;
+	u32 BaseAddrOffset = 0x00;
 
 	if (dataMacroNum == 1)
 		BaseAddrOffset = 0xA4;
-- 
1.8.2.rc2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-04-16 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-15 16:17 [PATCH 1/2] beaglebone: remove stray semicolon Jan Luebbe
2013-04-16 12:51 ` Sascha Hauer

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