Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: vqmmc-ipq4019: 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>
Link: https://lore.kernel.org/r/20200116023344.163592-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

YueHaibing and committed by
Mark Brown
493a31ee 5b379b2b

-1
-1
drivers/regulator/vqmmc-ipq4019-regulator.c
··· 91 91 .probe = ipq4019_regulator_probe, 92 92 .driver = { 93 93 .name = "vqmmc-ipq4019-regulator", 94 - .owner = THIS_MODULE, 95 94 .of_match_table = of_match_ptr(regulator_ipq4019_of_match), 96 95 }, 97 96 };