]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: fix the use of kunmap_atomic() in tmio_mmc.h
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Thu, 9 Sep 2010 23:37:43 +0000 (16:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Sep 2010 01:57:23 +0000 (18:57 -0700)
commit5600efb1bc2745d93ae0bc08130117a84f2b9d69
treea755ad13e4d11d3e631590fca3babba22ffe7233
parentb78d6c5f51935ba89df8db33a57bacb547aa7325
mmc: fix the use of kunmap_atomic() in tmio_mmc.h

kunmap_atomic() takes the cookie, returned by the kmap_atomic() as its
argument and not the page address, used as an argument to kmap_atomic().
This patch fixes the compile error:

In file included from drivers/mmc/host/tmio_mmc.c:37:
drivers/mmc/host/tmio_mmc.h: In function 'tmio_mmc_kunmap_atomic':
drivers/mmc/host/tmio_mmc.h:192: error: negative width in bit-field '<anonymous>'

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Tested-by: Magnus Damm <damm@opensource.se>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/tmio_mmc.c
drivers/mmc/host/tmio_mmc.h