git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c767403
)
mmc: Add missing sg_init_table() call
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 23 Nov 2007 09:19:00 +0000
(10:19 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 27 Nov 2007 08:19:40 +0000
(09:19 +0100)
mmc_init_queue only initializes the scatterlists with sg_init_table()
when using a bounce buffer. This leads to a BUG() when CONFIG_DEBUG_SG
is set.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found