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:
4400ef3
)
USB: uas: Use kzalloc instead of kmalloc
author
Matthew Wilcox
<matthew@wil.cx>
Wed, 15 Dec 2010 20:44:03 +0000
(15:44 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 15 Dec 2010 23:26:44 +0000
(15:26 -0800)
The IUs are not being fully initialised by the driver (due to the reserved
space). Since we should be zeroing reserved fields, use kzalloc to do
it for us.
Reported-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found