OSDN Git Service

mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() call
authorJisheng Zhang <jszhang@marvell.com>
Fri, 10 Mar 2017 03:17:31 +0000 (11:17 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:19 +0000 (21:41 +0200)
commitd36f47c54b297f22b766d31422b2044b08473924
tree8c2137693f6bad710db6d59d400b2f718f78ed3c
parentd12990f9900f49e7f834b0d2cf6ccebcf4cb698f
mmc: sdhci-pxav3: 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-pxav3.c