[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110524191938.GB17373@oksana.dev.rtsoft.ru>
Date: Tue, 24 May 2011 23:19:38 +0400
From: Anton Vorontsov <cbouatmailru@...il.com>
To: Vasily Khoruzhick <anarsoul@...il.com>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] power_supply: Fix annotation for
s3c_adc_battery_probe()
On Tue, May 24, 2011 at 02:36:00PM +0300, Vasily Khoruzhick wrote:
> On Tuesday 24 May 2011 13:46:02 Mark Brown wrote:
> > A probe() function is used at device init time rather than system init
> > time.
> >
> > Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
>
> Acked-by: Vasily Khoruzhick <anarsoul@...il.com>
Applied, thank you!
> > ---
> > drivers/power/s3c_adc_battery.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/power/s3c_adc_battery.c
> > b/drivers/power/s3c_adc_battery.c index d36c289..a675e31 100644
> > --- a/drivers/power/s3c_adc_battery.c
> > +++ b/drivers/power/s3c_adc_battery.c
> > @@ -266,7 +266,7 @@ static irqreturn_t s3c_adc_bat_charged(int irq, void
> > *dev_id) return IRQ_HANDLED;
> > }
> >
> > -static int __init s3c_adc_bat_probe(struct platform_device *pdev)
> > +static int __devinit s3c_adc_bat_probe(struct platform_device *pdev)
> > {
> > struct s3c_adc_client *client;
> > struct s3c_adc_bat_pdata *pdata = pdev->dev.platform_data;
--
Anton Vorontsov
Email: cbouatmailru@...il.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists