You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mmc: sdhci-of-at91: 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 CC: ludovic.desroches@atmel.com <ludovic.desroches@atmel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
committed by
Ulf Hansson
parent
5afc30fc66
commit
5f2b3eab3f
@@ -177,7 +177,6 @@ static int sdhci_at91_remove(struct platform_device *pdev)
|
||||
static struct platform_driver sdhci_at91_driver = {
|
||||
.driver = {
|
||||
.name = "sdhci-at91",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = sdhci_at91_dt_match,
|
||||
.pm = SDHCI_PLTFM_PMOPS,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user