[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170310031733.812-1-jszhang@marvell.com>
Date: Fri, 10 Mar 2017 11:17:30 +0800
From: Jisheng Zhang <jszhang@...vell.com>
To: <adrian.hunter@...el.com>, <ulf.hansson@...aro.org>,
<patrice.chotard@...com>
CC: <linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <kernel@...inux.com>,
Jisheng Zhang <jszhang@...vell.com>
Subject: [PATCH 0/3] mmc: sdhci: remove unnecessary platform_set_drvdata() call
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
Powered by blists - more mailing lists