Re: [PATCH] power supply: collie_battery: convert to use dev_pm_ops

2013-08-09 Thread Anton Vorontsov
On Sun, Jul 21, 2013 at 01:07:44AM +0200, Andrea Adami wrote: > Fix > linux/drivers/power/collie_battery.c:372:2: warning: initialization from > incompatible pointer type [enabled by default] > linux/drivers/power/collie_battery.c:372:2: warning: (near initialization > for 'collie_bat_driver.suspen

[PATCH] power supply: collie_battery: convert to use dev_pm_ops

2013-07-20 Thread Andrea Adami
Fix linux/drivers/power/collie_battery.c:372:2: warning: initialization from incompatible pointer type [enabled by default] linux/drivers/power/collie_battery.c:372:2: warning: (near initialization for 'collie_bat_driver.suspend') [enabled by default] Referencess: MFD: ucb1x00-core: convert to use