All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx/mx21ads: remove unneeded cast
@ 2012-03-29 19:58 Uwe Kleine-König
  2012-04-02  9:06 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2012-03-29 19:58 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
 arch/arm/mach-imx/mach-mx21ads.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/mach-mx21ads.c b/arch/arm/mach-imx/mach-mx21ads.c
index e432d4a..d14bbe9 100644
--- a/arch/arm/mach-imx/mach-mx21ads.c
+++ b/arch/arm/mach-imx/mach-mx21ads.c
@@ -304,8 +304,7 @@ static void __init mx21ads_board_init(void)
 	imx21_add_mxc_nand(&mx21ads_nand_board_info);
 
 	platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
-	platform_device_register_full(
-			(struct platform_device_info *)&mx21ads_cs8900_devinfo);
+	platform_device_register_full(&mx21ads_cs8900_devinfo);
 }
 
 static void __init mx21ads_timer_init(void)
-- 
1.7.9.1

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

* [PATCH] ARM: imx/mx21ads: remove unneeded cast
  2012-03-29 19:58 [PATCH] ARM: imx/mx21ads: remove unneeded cast Uwe Kleine-König
@ 2012-04-02  9:06 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-04-02  9:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 29, 2012 at 09:58:58PM +0200, Uwe Kleine-K?nig wrote:
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
>  arch/arm/mach-imx/mach-mx21ads.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/mach-mx21ads.c b/arch/arm/mach-imx/mach-mx21ads.c
> index e432d4a..d14bbe9 100644
> --- a/arch/arm/mach-imx/mach-mx21ads.c
> +++ b/arch/arm/mach-imx/mach-mx21ads.c
> @@ -304,8 +304,7 @@ static void __init mx21ads_board_init(void)
>  	imx21_add_mxc_nand(&mx21ads_nand_board_info);
>  
>  	platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
> -	platform_device_register_full(
> -			(struct platform_device_info *)&mx21ads_cs8900_devinfo);
> +	platform_device_register_full(&mx21ads_cs8900_devinfo);

Applied, thanks

Sascha

>  }
>  
>  static void __init mx21ads_timer_init(void)
> -- 
> 1.7.9.1
> 
> 

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

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

end of thread, other threads:[~2012-04-02  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 19:58 [PATCH] ARM: imx/mx21ads: remove unneeded cast Uwe Kleine-König
2012-04-02  9:06 ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.