From: Matthew Wilcox Date: Wed, 15 Dec 2010 20:44:03 +0000 (-0500) Subject: USB: uas: Use kzalloc instead of kmalloc X-Git-Tag: v2.6.38-rc1~465^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac563cfd528033ee6e3bb4801b5c73468d0145c8;p=pandora-kernel.git USB: uas: Use kzalloc instead of kmalloc 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 Signed-off-by: Matthew Wilcox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed