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:
03bed29
)
wlcore: use GFP_KERNEL together with GFP_DMA
author
Luciano Coelho
<coelho@ti.com>
Thu, 3 May 2012 07:31:02 +0000
(10:31 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 15 May 2012 21:53:22 +0000
(17:53 -0400)
GFP_DMA should not be used by itself, it still needs GFP_KERNEL or
such. Fix two occurrences of allocations with GFP_DMA only.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found