mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Typo fix in pm9261 init file
@ 2012-02-27 14:57 Asen Chavdarov Dimov
  2012-02-27 18:55 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Asen Chavdarov Dimov @ 2012-02-27 14:57 UTC (permalink / raw)
  To: barebox

Fixing this typo lets the barebox for pm9261 to be build.

Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at>
---
 arch/arm/boards/pm9261/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boards/pm9261/init.c b/arch/arm/boards/pm9261/init.c
index 23ed44e..f7f2928 100644
--- a/arch/arm/boards/pm9261/init.c
+++ b/arch/arm/boards/pm9261/init.c
@@ -123,7 +123,7 @@ static void __init pm_add_device_dm9000(void)
 			  IORESOURCE_MEM_16BIT, &dm9000_data);
 }
 #else
-static void __init ek_add_device_dm9000(void) {}
+static void __init pm_add_device_dm9000(void) {}
 #endif /* CONFIG_DRIVER_NET_DM9K */
 
 static int pm9261_mem_init(void)
-- 
1.7.4.4


_______________________________________________
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] Typo fix in pm9261 init file
  2012-02-27 14:57 [PATCH] Typo fix in pm9261 init file Asen Chavdarov Dimov
@ 2012-02-27 18:55 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-02-27 18:55 UTC (permalink / raw)
  To: Asen Chavdarov Dimov; +Cc: barebox

On Mon, Feb 27, 2012 at 04:57:27PM +0200, Asen Chavdarov Dimov wrote:
> Fixing this typo lets the barebox for pm9261 to be build.
> 
> Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at>

Applied, thanks

  Sascha

> ---
>  arch/arm/boards/pm9261/init.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boards/pm9261/init.c b/arch/arm/boards/pm9261/init.c
> index 23ed44e..f7f2928 100644
> --- a/arch/arm/boards/pm9261/init.c
> +++ b/arch/arm/boards/pm9261/init.c
> @@ -123,7 +123,7 @@ static void __init pm_add_device_dm9000(void)
>  			  IORESOURCE_MEM_16BIT, &dm9000_data);
>  }
>  #else
> -static void __init ek_add_device_dm9000(void) {}
> +static void __init pm_add_device_dm9000(void) {}
>  #endif /* CONFIG_DRIVER_NET_DM9K */
>  
>  static int pm9261_mem_init(void)
> -- 
> 1.7.4.4
> 
> 
> _______________________________________________
> 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:[~2012-02-27 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-27 14:57 [PATCH] Typo fix in pm9261 init file Asen Chavdarov Dimov
2012-02-27 18:55 ` Sascha Hauer

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