Re: [PATCH v4 2/2] mmc: sdhci: Replace host->mmc with mmc where possible

2014-06-16 Thread Markus Mayer
On 16 June 2014 01:23, Ulf Hansson wrote: > On 13 June 2014 19:13, Markus Mayer wrote: >> After the switch to the MMC core regulator infrastucture, we already >> have a local "mmc" pointer in various functions. There is no longer a >> need to access the data structure via host->mmc. >> >> Signed-

Re: [PATCH v4 2/2] mmc: sdhci: Replace host->mmc with mmc where possible

2014-06-16 Thread Ulf Hansson
On 13 June 2014 19:13, Markus Mayer wrote: > After the switch to the MMC core regulator infrastucture, we already > have a local "mmc" pointer in various functions. There is no longer a > need to access the data structure via host->mmc. > > Signed-off-by: Markus Mayer > Reviewed-by: Matt Porter

[PATCH v4 2/2] mmc: sdhci: Replace host->mmc with mmc where possible

2014-06-13 Thread Markus Mayer
After the switch to the MMC core regulator infrastucture, we already have a local "mmc" pointer in various functions. There is no longer a need to access the data structure via host->mmc. Signed-off-by: Markus Mayer Reviewed-by: Matt Porter --- drivers/mmc/host/sdhci.c | 30 +++-