Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=abc71668b5c99b655c6b2677570748a840d4c713
Commit:     abc71668b5c99b655c6b2677570748a840d4c713
Parent:     acf1da4522add3771f4851c09c7fe6bcf1dd6636
Author:     Pierre Ossman <[EMAIL PROTECTED]>
AuthorDate: Sun Feb 11 16:27:13 2007 +0100
Committer:  Pierre Ossman <[EMAIL PROTECTED]>
CommitDate: Sun Feb 11 16:27:13 2007 +0100

    mmc: wbsd: Remove stray kunmap_atomic()
    
    There was one kunmap_atomic() left over from
    4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6 that was causing
    crashes.
    
    Signed-off-by: Pierre Ossman <[EMAIL PROTECTED]>
---
 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 2d323af..05ccfc4 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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to