From: Guennadi Liakhovetski Date: Fri, 11 Mar 2011 07:30:14 +0000 (+0100) Subject: mmc: tmio: fix address in kunmap_atomic() calls X-Git-Tag: v2.6.39-rc1~412^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860cfe796c793bfad1e666de9600852f2d653c57;p=pandora-kernel.git 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 Signed-off-by: Chris Ball --- Reading git-diff-tree failed