linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx/mx21ads: remove unneeded cast
Date: Mon, 2 Apr 2012 11:06:53 +0200	[thread overview]
Message-ID: <20120402090653.GO3852@pengutronix.de> (raw)
In-Reply-To: <1333051138-27360-1-git-send-email-u.kleine-koenig@pengutronix.de>

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 |

      reply	other threads:[~2012-04-02  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-29 19:58 [PATCH] ARM: imx/mx21ads: remove unneeded cast Uwe Kleine-König
2012-04-02  9:06 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120402090653.GO3852@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).