From: Guan Xuetao <gxt@mprc.pku.edu.cn>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel@vger.kernel.org,
Alessandro Zummo <a.zummo@towertech.it>,
rtc-linux@googlegroups.com
Subject: Re: [PATCH] rtc: rtc-puv3: Add __devinit and __devexit markers for probe and remove
Date: Wed, 12 Oct 2011 10:58:51 +0800 [thread overview]
Message-ID: <1318388331.1938.24.camel@epip-laptop> (raw)
In-Reply-To: <1318328732.1938.14.camel@epip-laptop>
Sorry, I should acknowledge it, not sign off.
Acked-by: Guan Xuetao<gxt@mprc.pku.edu.cn>
I will push the patch into my repo, thanks.
Guan Xuetao
On Tue, 2011-10-11 at 18:25 +0800, Guan Xuetao wrote:
> Thanks Axel.
>
> Signed-off-by: Guan Xuetao<gxt@mprc.pku.edu.cn>
>
> Guan Xuetao
>
> On Wed, 2011-10-05 at 22:29 +0800, Axel Lin wrote:
> > Signed-off-by: Axel Lin <axel.lin@gmail.com>
> > ---
> > drivers/rtc/rtc-puv3.c | 4 ++--
> > 1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/rtc/rtc-puv3.c b/drivers/rtc/rtc-puv3.c
> > index b3eba3c..e4b6880 100644
> > --- a/drivers/rtc/rtc-puv3.c
> > +++ b/drivers/rtc/rtc-puv3.c
> > @@ -220,7 +220,7 @@ static void puv3_rtc_enable(struct platform_device *pdev, int en)
> > }
> > }
> >
> > -static int puv3_rtc_remove(struct platform_device *dev)
> > +static int __devexit puv3_rtc_remove(struct platform_device *dev)
> > {
> > struct rtc_device *rtc = platform_get_drvdata(dev);
> >
> > @@ -236,7 +236,7 @@ static int puv3_rtc_remove(struct platform_device *dev)
> > return 0;
> > }
> >
> > -static int puv3_rtc_probe(struct platform_device *pdev)
> > +static int __devinit puv3_rtc_probe(struct platform_device *pdev)
> > {
> > struct rtc_device *rtc;
> > struct resource *res;
>
next prev parent reply other threads:[~2011-10-12 2:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-05 14:29 [PATCH] rtc: rtc-puv3: Add __devinit and __devexit markers for probe and remove Axel Lin
2011-10-11 10:25 ` Guan Xuetao
2011-10-12 2:58 ` Guan Xuetao [this message]
2011-10-18 7:22 ` Guan Xuetao
2011-10-18 8:44 ` Axel Lin
2011-10-18 10:35 ` Guan Xuetao
2011-10-21 8:32 ` Michal Marek
2011-10-21 8:42 ` Michal Marek
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=1318388331.1938.24.camel@epip-laptop \
--to=gxt@mprc.pku.edu.cn \
--cc=a.zummo@towertech.it \
--cc=axel.lin@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rtc-linux@googlegroups.com \
/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