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:
a2c35d3
)
[media] az6007: Be sure to use kmalloc'ed buffer for transfers
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 21 Jan 2012 14:53:18 +0000
(11:53 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 21 Jan 2012 15:47:02 +0000
(13:47 -0200)
USB data transfers may not work if the buffer is allocated at
the stack. Be sure to use kmalloc on all places where a buffer
is needed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found