[PATCH 20/62] mmc: remove the second argument of k[un]map_atomic()
Cong Wang
amwang at redhat.com
Thu Dec 1 21:10:49 EST 2011
于 2011年12月02日 02:47, Chris Ball 写道:
> Hi,
>
> On Sun, Nov 27 2011, Cong Wang wrote:
>> Signed-off-by: Cong Wang<amwang at redhat.com>
>> ---
>> 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 files changed, 19 insertions(+), 20 deletions(-)
>
> Looks good, thanks, pushed to mmc-next for 3.3.
>
Hello, Chris,
I am still not sure if Andrew wants to take all the patches together. :-/
But there should be no problem if you take this alone, after re-reading
the original code, it can still compile even without 01/62.
/*
* Make both: kmap_atomic(page, idx) and kmap_atomic(page) work.
*/
#define kmap_atomic(page, args...) __kmap_atomic(page)
Regards.
More information about the linux-arm-kernel
mailing list