commit | 860cfe796c793bfad1e666de9600852f2d653c57 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Fri Mar 11 08:30:14 2011 +0100 |
committer | Chris Ball <cjb@laptop.org> | Thu Mar 17 15:35:15 2011 -0400 |
tree | 62d9da3c369195a586043ab43d1656752fb9cc6e | |
parent | b33d46c398fd071dccd0815f33620924684860cd [diff] |
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>