[PATCH 0/3] mmc: sdhci: remove unnecessary platform_set_drvdata() call
Jisheng Zhang
jszhang at marvell.com
Thu Mar 9 19:17:30 PST 2017
sdhci_pltfm_init() has already set the platform drvdata for us, so its
users doesn't need to set the drvdata again. These patches clean up all
unnecessary platform_set_drvdata() call.
Jisheng Zhang (3):
mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() call
mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call
mmc: sdhci-st: remove unnecessary platform_set_drvdata() call
drivers/mmc/host/sdhci-pxav2.c | 2 --
drivers/mmc/host/sdhci-pxav3.c | 2 --
drivers/mmc/host/sdhci-st.c | 2 --
3 files changed, 6 deletions(-)
--
2.11.0
More information about the linux-arm-kernel
mailing list