From: Alan Stern Date: Mon, 24 Oct 2005 19:38:24 +0000 (-0400) Subject: [PATCH] usbcore: Use kzalloc instead of kmalloc/memset X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1ef3b5a765a6f20e7b8caf295aad3276243966;p=pandora-kernel.git [PATCH] usbcore: Use kzalloc instead of kmalloc/memset This patch (as590) fixes up all the remaining places where usbcore can use kzalloc rather than kmalloc/memset. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed