Devicetree
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: "Uwe Kleine-König"
	<u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: David Brownell
	<dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
	Anton Vorontsov
	<avorontsov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
Subject: Re: [PATCH 32/38] don't use __exit_p to wrap plat_mpc8xxx_spi_remove
Date: Tue, 24 Nov 2009 14:42:22 -0700	[thread overview]
Message-ID: <fa686aa40911241342we68d831n4bd6e637ff21f939@mail.gmail.com> (raw)
In-Reply-To: <1259096853-18909-32-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

2009/11/24 Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>:
> The function plat_mpc8xxx_spi_remove is defined using __devexit, so don't
> use __exit_p but __devexit_p to wrap it.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

Obviously correct.

Acked-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>

g.

> Cc: Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
> Cc: Kumar Gala <galak-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>
> Cc: Anton Vorontsov <avorontsov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
> Cc: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
> Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
> Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> ---
>  drivers/spi/spi_mpc8xxx.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/spi_mpc8xxx.c b/drivers/spi/spi_mpc8xxx.c
> index 0fd0ec4..1d98be9 100644
> --- a/drivers/spi/spi_mpc8xxx.c
> +++ b/drivers/spi/spi_mpc8xxx.c
> @@ -900,7 +900,7 @@ static int __devexit plat_mpc8xxx_spi_remove(struct platform_device *pdev)
>  MODULE_ALIAS("platform:mpc8xxx_spi");
>  static struct platform_driver mpc8xxx_spi_driver = {
>        .probe = plat_mpc8xxx_spi_probe,
> -       .remove = __exit_p(plat_mpc8xxx_spi_remove),
> +       .remove = __devexit_p(plat_mpc8xxx_spi_remove),
>        .driver = {
>                .name = "mpc8xxx_spi",
>                .owner = THIS_MODULE,
> --
> 1.6.5.2
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

      parent reply	other threads:[~2009-11-24 21:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1259096853-18909-1-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found] ` <1259096853-18909-2-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]   ` <1259096853-18909-3-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]     ` <1259096853-18909-4-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]       ` <1259096853-18909-5-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]         ` <1259096853-18909-6-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]           ` <1259096853-18909-7-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]             ` <1259096853-18909-8-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]               ` <1259096853-18909-9-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                 ` <1259096853-18909-10-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                   ` <1259096853-18909-11-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                     ` <1259096853-18909-12-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                       ` <1259096853-18909-13-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                         ` <1259096853-18909-14-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                           ` <1259096853-18909-15-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                             ` <1259096853-18909-16-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                               ` <1259096853-18909-17-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                 ` <1259096853-18909-18-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                   ` <1259096853-18909-19-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                     ` <1259096853-18909-20-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                       ` <1259096853-18909-21-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                         ` <1259096853-18909-22-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                           ` <1259096853-18909-23-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                             ` <1259096853-18909-24-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                               ` <1259096853-18909-25-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                 ` <1259096853-18909-26-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                   ` <1259096853-18909-27-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                     ` <1259096853-18909-28-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                       ` <1259096853-18909-29-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                         ` <1259096853-18909-30-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                           ` <1259096853-18909-31-git-send-email-u.kleine-koenig@pengutronix.de>
     [not found]                                                             ` <1259096853-18909-31-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-24 21:07                                                               ` [PATCH 32/38] don't use __exit_p to wrap plat_mpc8xxx_spi_remove Uwe Kleine-König
     [not found]                                                                 ` <1259096853-18909-32-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-24 21:42                                                                   ` Grant Likely [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=fa686aa40911241342we68d831n4bd6e637ff21f939@mail.gmail.com \
    --to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=avorontsov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org \
    --cc=dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.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