projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf1da4
)
mmc: wbsd: Remove stray kunmap_atomic()
author
Pierre Ossman
<drzeus@drzeus.cx>
Sun, 11 Feb 2007 15:27:13 +0000
(16:27 +0100)
committer
Pierre 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/wbsd.c
b/drivers/mmc/wbsd.c
index 2d323af2002563492b0b31140a79584b48d0d30c..05ccfc43168fb2c173305bcb003c765e6eafd24a 100644
(file)
--- 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)