]> git.baikalelectronics.ru Git - kernel.git/commit
staging/atomisp: fix platform_no_drv_owner.cocci warnings
authorkbuild test robot <fengguang.wu@intel.com>
Wed, 1 Mar 2017 22:16:18 +0000 (22:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 10:14:22 +0000 (11:14 +0100)
commit5afddf0b598a07cf29df8e5cdb25482d30944657
tree31dc098bb70fd0bc06594b4e91bc6bd1f1d88e48
parentda1586b3f00c56a103925efa9260a8e084de9c4c
staging/atomisp: fix platform_no_drv_owner.cocci warnings

drivers/staging/media/atomisp/i2c/lm3554.c:986: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

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/i2c/lm3554.c