]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tifm_sd: use kmap_atomic instead of kmap for PIO data buffer
authorAlex Dubov <oakad@yahoo.com>
Fri, 8 Dec 2006 05:50:48 +0000 (16:50 +1100)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 4 Feb 2007 19:54:07 +0000 (20:54 +0100)
commit255ef22e89ecedcc594428444a72a29cb66153f5
treed45367298061c494746bcab6aa16d191c4559001
parent1289335a2ab57d00c638c3954dc86d6c4eab5606
tifm_sd: use kmap_atomic instead of kmap for PIO data buffer

Data buffer for PIO transfer used to be mapped in advance with kmap.
Abolish it in favor of on-demand kmap_atomic.

Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/tifm_sd.c