diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-11 10:27:13 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-11 10:27:13 -0500 |
commit | abc71668b5c99b655c6b2677570748a840d4c713 (patch) | |
tree | 23aab973e86c8c92003ffa7179e59046b9fe2cb6 /drivers/mmc | |
parent | acf1da4522add3771f4851c09c7fe6bcf1dd6636 (diff) |
mmc: wbsd: Remove stray kunmap_atomic()
There was one kunmap_atomic() left over from
4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6 that was causing
crashes.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/wbsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 2d323af20025..05ccfc43168f 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) | |||
343 | memcpy(sgbuf, dmabuf, size); | 343 | memcpy(sgbuf, dmabuf, size); |
344 | else | 344 | else |
345 | memcpy(sgbuf, dmabuf, sg[i].length); | 345 | memcpy(sgbuf, dmabuf, sg[i].length); |
346 | kunmap_atomic(sgbuf, KM_BIO_SRC_IRQ); | ||
347 | dmabuf += sg[i].length; | 346 | dmabuf += sg[i].length; |
348 | 347 | ||
349 | if (size < sg[i].length) | 348 | if (size < sg[i].length) |