diff mbox series

scsi: ufs: fix platform_no_drv_owner.cocci warnings

Message ID 20181116032900.GA138752@ivb43 (mailing list archive)
State Accepted
Commit 6c8d5f051251f64af9026a9a763bb96a0f4a8d6f
Headers show
Series scsi: ufs: fix platform_no_drv_owner.cocci warnings | expand

Commit Message

Fengguang Wu Nov. 16, 2018, 3:29 a.m. UTC
From: kbuild test robot <fengguang.wu@intel.com>

drivers/scsi/ufs/cdns-pltfrm.c:138: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: d90996dae8e4 ("scsi: ufs: Add UFS platform driver for Cadence UFS")
CC: Janek Kotas <jank@cadence.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git queue
head:   399b6c8bc9f705c8fc718ddeb1671f88174da051
commit: d90996dae8e48e042bd9fbfc11c73504a19a6e68 [54/101] scsi: ufs: Add UFS platform driver for Cadence UFS

 cdns-pltfrm.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

--- a/drivers/scsi/ufs/cdns-pltfrm.c
+++ b/drivers/scsi/ufs/cdns-pltfrm.c
@@ -135,7 +135,6 @@  static struct platform_driver cdns_ufs_p
 	.remove	= cdns_ufs_pltfrm_remove,
 	.driver	= {
 		.name   = "cdns-ufshcd",
-		.owner  = THIS_MODULE,
 		.pm     = &cdns_ufs_dev_pm_ops,
 		.of_match_table = cdns_ufs_of_match,
 	},