mmc: tmio: fix address in kunmap_atomic() calls
commit860cfe796c793bfad1e666de9600852f2d653c57
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 11 Mar 2011 07:30:14 +0000 (11 08:30 +0100)
committerChris Ball <cjb@laptop.org>
Thu, 17 Mar 2011 19:35:15 +0000 (17 15:35 -0400)
tree62d9da3c369195a586043ab43d1656752fb9cc6e
parentb33d46c398fd071dccd0815f33620924684860cd
mmc: tmio: fix address in kunmap_atomic() calls

Currently kunmap_atomic() doesn't take into account the offset, used
with kmap_atomic(). On platforms, where kunmap_atomic() is not a NOP,
this will lead to problems, when offset != 0.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/tmio_mmc.c