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:
4194645
)
sata_mv: platform driver allocs dma without create
author
Byron Bradley
<byron.bbradley@gmail.com>
Sun, 10 Feb 2008 21:17:30 +0000
(21:17 +0000)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 11 Feb 2008 19:30:10 +0000
(14:30 -0500)
When the sata_mv driver is used as a platform driver,
mv_create_dma_pools() is never called so it fails when trying
to alloc in mv_pool_start().
Signed-off-by: Byron Bradley <byron.bbradley@gmail.com>
Acked-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found