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:
bbc5d27
)
USB: Sane memory allocation in option driver
author
Oliver Neukum
<oneukum@suse.de>
Fri, 1 Feb 2008 12:58:52 +0000
(13:58 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 21 Feb 2008 23:38:48 +0000
(15:38 -0800)
The option driver
- violates DMA coherency rules
- allocates ~16500 bytes in one chunk
This patch splits out the buffers and uses __get_free_page() to avoid
higher order allocations.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Acked-By: Matthias Urlichs <matthias@urlichs.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found