1
0
Fork 0
alistair23-linux/drivers/usb/gadget
Eric Sesterhenn 7039f4224d [PATCH] USB: kzalloc() conversion in drivers/usb/gadget
this patch converts drivers/usb to kzalloc usage.
Compile tested with allyes config.

I think there was a bug in drivers/usb/gadget/inode.c because
it used sizeof(*data) for the kmalloc() and sizeof(data) for
the memset(), since sizeof(data) just returns the size for a pointer.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-03-20 14:49:59 -08:00
..
Kconfig [PATCH] USB: add support for AT91 gadget 2006-03-20 14:49:56 -08:00
Makefile [PATCH] USB: add support for AT91 gadget 2006-03-20 14:49:56 -08:00
at91_udc.c [PATCH] USB: add support for AT91 gadget 2006-03-20 14:49:56 -08:00
at91_udc.h [PATCH] USB: add support for AT91 gadget 2006-03-20 14:49:56 -08:00
config.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dummy_hcd.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
epautoconf.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ether.c [PATCH] USB: ethernet gadget driver section fixups 2006-03-20 14:49:58 -08:00
file_storage.c [PATCH] USB: gadget driver section fixups 2006-03-20 14:49:58 -08:00
gadget_chips.h [PATCH] recognize three more usb peripheral controllers 2006-03-20 14:49:56 -08:00
goku_udc.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
goku_udc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inode.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
lh7a40x_udc.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
lh7a40x_udc.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
ndis.h [PATCH] USB: rndis updates (mostly cleanup) 2005-06-27 14:43:50 -07:00
net2280.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
net2280.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
omap_udc.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
omap_udc.h [PATCH] USB: more omap_udc updates (dma and omap1710) 2005-06-27 14:43:50 -07:00
pxa2xx_udc.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
pxa2xx_udc.h [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.h 2005-10-28 15:26:42 +01:00
rndis.c [PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow) 2006-02-28 12:42:06 -08:00
rndis.h [PATCH] USB: rndis updates (mostly cleanup) 2005-06-27 14:43:50 -07:00
serial.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00
usbstring.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zero.c [PATCH] USB: kzalloc() conversion in drivers/usb/gadget 2006-03-20 14:49:59 -08:00