From: Devendra Naga Date: Sat, 25 Aug 2012 21:22:35 +0000 (+0530) Subject: staging: gdm72xx: use kzalloc to allocate usb_tx structure X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~855 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ad99c9e32173852997523eb920950902563941;p=pandora-kernel.git staging: gdm72xx: use kzalloc to allocate usb_tx structure the code under alloc_tx_struct does the allocation of usb_tx structure using kmalloc, and memsets the allocated pointer, instead we can directly use kzalloc so that the allocated memory is set with zeros Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed