[PATCH 20/62] mmc: remove the second argument of k[un]map_atomic()

2011-11-26 Thread Cong Wang
Signed-off-by: Cong Wang --- drivers/mmc/host/at91_mci.c |8 drivers/mmc/host/msm_sdcc.c |6 +++--- drivers/mmc/host/sdhci.c|4 ++-- drivers/mmc/host/tifm_sd.c | 16 drivers/mmc/host/tmio_mmc.c |1 - drivers/mmc/host/tmio_mmc.h |4 ++-- 6 file

Re: [PATCH] mmc: convert drivers/mmc/host/* to use module_platform_driver()

2011-11-26 Thread Micha
On Sat, Nov 26, 2011 at 12:55:43PM +0800, Axel Lin wrote: > This patch converts the drivers in drivers/mmc/host/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. [...] > --- a/drivers/mmc/host/cb710-mmc.c > +++ b/drivers/mmc/host/cb710-mmc.c > @@ -780,1

Re: [PATCH] mmc: convert drivers/mmc/host/* to use module_platform_driver()

2011-11-26 Thread Anton Vorontsov
On Sat, Nov 26, 2011 at 12:55:43PM +0800, Axel Lin wrote: > This patch converts the drivers in drivers/mmc/host/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. Personally I would prefer the macro name capitalized. Other than that, it look OK. Thank