diff options
| author | Eric Sesterhenn <[email protected]> | 2006-02-27 13:34:10 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-03-20 14:49:59 -0800 |
| commit | 7039f4224d4e40b06308d5c1a97427af1a142459 (patch) | |
| tree | 4529171195b1008e8615bb4b39a129ddda463b16 /include/linux/debugobjects.h | |
| parent | 80b6ca48321974a6566a1c9048ba34f60420bca6 (diff) | |
[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 <[email protected]>
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions