Re: [PATCH] power: max77693: fix platform_no_drv_owner.cocci warnings

2015-01-21 Thread Sebastian Reichel
Hi, On Wed, Jan 21, 2015 at 12:11:34PM +0800, kbuild test robot wrote: > drivers/power/max77693_charger.c:747:3-8: No need to set .owner here. The > core will do it. > > Remove .owner field if calls are used which set it automatically > > Generated by:

Re: [PATCH] power: max77693: fix platform_no_drv_owner.cocci warnings

2015-01-21 Thread Sebastian Reichel
Hi, On Wed, Jan 21, 2015 at 12:11:34PM +0800, kbuild test robot wrote: drivers/power/max77693_charger.c:747:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by:

Re: [PATCH] power: max77693: fix platform_no_drv_owner.cocci warnings

2015-01-20 Thread Krzysztof Kozlowski
On śro, 2015-01-21 at 12:11 +0800, kbuild test robot wrote: > drivers/power/max77693_charger.c:747:3-8: No need to set .owner here. The > core will do it. > > Remove .owner field if calls are used which set it automatically > > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci >

[PATCH] power: max77693: fix platform_no_drv_owner.cocci warnings

2015-01-20 Thread kbuild test robot
drivers/power/max77693_charger.c:747:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Krzysztof Kozlowski Signed-off-by: Fengguang Wu ---

[PATCH] power: max77693: fix platform_no_drv_owner.cocci warnings

2015-01-20 Thread kbuild test robot
drivers/power/max77693_charger.c:747:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Fengguang

Re: [PATCH] power: max77693: fix platform_no_drv_owner.cocci warnings

2015-01-20 Thread Krzysztof Kozlowski
On śro, 2015-01-21 at 12:11 +0800, kbuild test robot wrote: drivers/power/max77693_charger.c:747:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: