提交 8955b26d 编写于 作者: W Wu Fengguang 提交者: Mark Brown

spi: sprd-adi: fix platform_no_drv_owner.cocci warnings

drivers/spi/spi-sprd-adi.c:409: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

Fixes: 7e2903cb ("spi: Add ADI driver for Spreadtrum platform")
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 e83f3742
......@@ -406,7 +406,6 @@ MODULE_DEVICE_TABLE(of, sprd_adi_of_match);
static struct platform_driver sprd_adi_driver = {
.driver = {
.name = "sprd-adi",
.owner = THIS_MODULE,
.of_match_table = sprd_adi_of_match,
},
.probe = sprd_adi_probe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册