mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
staging: kpc2000: fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8e77ebce6e
commit
8abd537256
@@ -496,7 +496,6 @@ kp_spi_remove(struct platform_device *pldev)
|
||||
static struct platform_driver kp_spi_driver = {
|
||||
.driver = {
|
||||
.name = KP_DRIVER_NAME_SPI,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = kp_spi_probe,
|
||||
.remove = kp_spi_remove,
|
||||
|
||||
Reference in New Issue
Block a user