From: kernel test robot <l...@intel.com>

drivers/mailbox/pcc.c:575: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: 00d9990acb23 ("mailbox: pcc: make pcc_mbox_driver static")
CC: Jason Yan <yanai...@huawei.com>
Signed-off-by: kernel test robot <l...@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   09a0bd07764359650d41dbcb723f81321e523217
commit: 00d9990acb23c4319a1dc961d4e29a9213923b67 mailbox: pcc: make 
pcc_mbox_driver static

 pcc.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/mailbox/pcc.c
+++ b/drivers/mailbox/pcc.c
@@ -572,7 +572,6 @@ static struct platform_driver pcc_mbox_d
        .probe = pcc_mbox_probe,
        .driver = {
                .name = "PCCT",
-               .owner = THIS_MODULE,
        },
 };
 

Reply via email to