From: Pierre Ossman Date: Sun, 11 Feb 2007 15:27:13 +0000 (+0100) Subject: mmc: wbsd: Remove stray kunmap_atomic() X-Git-Tag: v2.6.21-rc1~274^2~232^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=abc71668b5c99b655c6b2677570748a840d4c713;p=linux-2.6-omap-h63xx.git mmc: wbsd: Remove stray kunmap_atomic() There was one kunmap_atomic() left over from 4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6 that was causing crashes. Signed-off-by: Pierre Ossman --- diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 2d323af2002..05ccfc43168 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c @@ -343,7 +343,6 @@ static inline void wbsd_dma_to_sg(struct wbsd_host *host, struct mmc_data *data) memcpy(sgbuf, dmabuf, size); else memcpy(sgbuf, dmabuf, sg[i].length); - kunmap_atomic(sgbuf, KM_BIO_SRC_IRQ); dmabuf += sg[i].length; if (size < sg[i].length)