From mboxrd@z Thu Jan 1 00:00:00 1970 From: amwang@redhat.com (Cong Wang) Date: Fri, 02 Dec 2011 10:10:49 +0800 Subject: [PATCH 20/62] mmc: remove the second argument of k[un]map_atomic() In-Reply-To: <87vcq0jfin.fsf@laptop.org> References: <1322371662-26166-1-git-send-email-amwang@redhat.com> <1322371662-26166-21-git-send-email-amwang@redhat.com> <87vcq0jfin.fsf@laptop.org> Message-ID: <4ED833A9.8040707@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ? 2011?12?02? 02:47, Chris Ball ??: > Hi, > > On Sun, Nov 27 2011, Cong Wang wrote: >> 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 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.