Re: [PATCH] iio: light: fix platform_no_drv_owner.cocci warnings

2015-08-31 Thread Jonathan Cameron
On 30/08/15 09:46, kbuild test robot wrote: > drivers/iio/light/opt3001.c:796: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: Andreas Dannen

[PATCH] iio: light: fix platform_no_drv_owner.cocci warnings

2015-08-30 Thread kbuild test robot
drivers/iio/light/opt3001.c:796: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: Andreas Dannenberg Signed-off-by: Fengguang Wu --- opt3001.c |1 -