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

* Re: [PATCH 1/2] beaglebone: remove stray semicolon
  2013-04-15 16:17 [PATCH 1/2] beaglebone: remove stray semicolon Jan Luebbe
@ 2013-04-16 12:51 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-04-16 12:51 UTC (permalink / raw)
  To: Jan Luebbe; +Cc: barebox

On Mon, Apr 15, 2013 at 06:17:20PM +0200, Jan Luebbe wrote:
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>

Applied, thanks

Sascha

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

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
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