Commit 3aa222cd authored by YueHaibing's avatar YueHaibing Committed by Martin K. Petersen

scsi: ufs-mediatek: 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: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarStanley Chu <stanley.chu@mediatek.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent f55d0b40
......@@ -355,7 +355,6 @@ static struct platform_driver ufs_mtk_pltform = {
.shutdown = ufshcd_pltfrm_shutdown,
.driver = {
.name = "ufshcd-mtk",
.owner = THIS_MODULE,
.pm = &ufs_mtk_pm_ops,
.of_match_table = ufs_mtk_of_match,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment