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

No differences found