Re: [PATCH] power_supply: Fix annotation fors3c_adc_battery_probe()

From: Anton Vorontsov
Date: Tue May 24 2011 - 15:19:48 EST


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@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
>
> Acked-by: Vasily Khoruzhick <anarsoul@xxxxxxxxx>

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@xxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/