commit | 255ef22e89ecedcc594428444a72a29cb66153f5 | [log] [tgz] |
---|---|---|
author | Alex Dubov <oakad@yahoo.com> | Fri Dec 08 16:50:48 2006 +1100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sun Feb 04 20:54:07 2007 +0100 |
tree | d45367298061c494746bcab6aa16d191c4559001 | |
parent | 1289335a2ab57d00c638c3954dc86d6c4eab5606 [diff] |
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>