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:
e8e2635
)
typhoon: Need non-vmalloc memory to DMA firmware to the card.
author
David S. Miller
<davem@davemloft.net>
Mon, 2 Mar 2009 04:24:32 +0000
(20:24 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 Mar 2009 04:24:32 +0000
(20:24 -0800)
request_firmware() gives vmalloc'd memory, which is not suitable
for pci_map_single() and friends.
Use a kmalloc()'d copy of the firmware for this DMA operation.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found