OSDN Git Service

mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call
authorJisheng Zhang <jszhang@marvell.com>
Fri, 10 Mar 2017 03:17:32 +0000 (11:17 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:20 +0000 (21:41 +0200)
commit0092faf5a871db6b6d730bf54c0ad28575edfb6a
treea9b97c1fcd61c1a7eb7e52bcd888c1000429e05e
parentd36f47c54b297f22b766d31422b2044b08473924
mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call

sdhci_pltfm_init() has already set the platform drvdata for us, remove
the unnecessary platform_set_drvdata() call.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pxav2.c