Re: [PATCH] pwm: fix platform_no_drv_owner.cocci warnings

2017-04-13 Thread Thierry Reding
On Thu, Apr 13, 2017 at 04:54:42AM +0800, kbuild test robot wrote: > drivers/pwm/pwm-mediatek.c:210: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] pwm: fix platform_no_drv_owner.cocci warnings

2017-04-12 Thread kbuild test robot
drivers/pwm/pwm-mediatek.c:210: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: John Crispin Signed-off-by: Fengguang Wu --- pwm-mediatek.c |1 - 1