[PATCH] drm/i2c/ch7006: Convert to dev_pm_ops

Dave Airlie airlied at gmail.com
Wed Jun 27 02:21:46 PDT 2012


On Tue, Jun 12, 2012 at 2:45 AM, Mark Brown
<broonie at opensource.wolfsonmicro.com> wrote:
> The I2C specific suspend and resume functions have been deprecated and
> printing a warning on boot for over a year, dev_pm_ops should be used
> instead so convert to that.
>
> Also remove the suspend function since all it does is log.
>
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> Acked-by: Francisco Jerez <currojerez at riseup.net>

Thanks for this and I like the fact its been posted 5 times but never
compiled once.

Can you at least test compile it?

comment below:

>
> -}
> +       struct i2c_client *client = to_i2c_device(dev);

This isn't a function ^^

Dave.


More information about the dri-devel mailing list