[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 24 Oct 2005 19:38:24 +0000 (15:38 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:51 +0000 (16:47 -0700)
This patch (as590) fixes up all the remaining places where usbcore can
use kzalloc rather than kmalloc/memset.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found