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: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Stanley Chu <stanley.chu@mediatek.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
f55d0b40ec
commit
3aa222cdfc
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue