mmc: wbsd: Remove stray kunmap_atomic()
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 11 Feb 2007 15:27:13 +0000 (16:27 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 11 Feb 2007 15:27:13 +0000 (16:27 +0100)
There was one kunmap_atomic() left over from
4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6 that was causing
crashes.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/wbsd.c

index 2d323af2002563492b0b31140a79584b48d0d30c..05ccfc43168fb2c173305bcb003c765e6eafd24a 100644 (file)
@@ -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)