commit | f9d429a2e579ed7c51c49a81265f7e7d2c59c197 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Sat Feb 03 13:36:41 2007 +0100 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Sun Feb 04 20:54:12 2007 +0100 |
tree | e10cab71de9b660d1da22756eb406f57befd0da6 | |
parent | c70840e819acdbab96b8cdf71d27cb68c6567efa [diff] |
mmc: tifm: replace kmap with page_address Since we actively avoid highmem, calling kmap_atomic() instead of page_address() is effectively only obfuscation. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>