Re: [PATCH 2/2] w1_gpio: switch to new dev_pm_ops

From: Daniel Mack
Date: Wed Aug 05 2009 - 09:46:03 EST


On Wed, Aug 05, 2009 at 02:46:52PM +0200, Daniel Mack wrote:
> Signed-off-by: Daniel Mack <daniel@xxxxxxxx>
> Cc: Ville Syrjala <syrjala@xxxxxx>
> Cc: Evgeniy Polyakov <johnpol@xxxxxxxxxxx>
> ---
> drivers/w1/masters/w1-gpio.c | 21 +++++++++++++--------
> 1 files changed, 13 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/w1/masters/w1-gpio.c b/drivers/w1/masters/w1-gpio.c
> index 6f8866d..4a940fb 100644
> --- a/drivers/w1/masters/w1-gpio.c
> +++ b/drivers/w1/masters/w1-gpio.c
> @@ -106,9 +106,9 @@ static int __exit w1_gpio_remove(struct platform_device *pdev)
>
> #ifdef CONFIG_PM
>
> -static int w1_gpio_suspend(struct platform_device *pdev, pm_message_t state)
> +static int w1_gpio_suspend(struct device *dev)
> {
> - struct w1_gpio_platform_data *pdata = pdev->dev.platform_data;
> + struct w1_gpio_platform_data *pdata = dev_get_drvdata(dev);

That was wrong, I apologize. Will send a new version soon.

Daniel
--
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/