linux/drivers/staging/gdm72xx
Devendra Naga 07ad99c9e3 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 <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-04 11:16:22 -07:00
..
gdm_qos.c staging/gdm72xx: coding style fixes gdm_qos.c 2012-07-16 18:53:47 -07:00
gdm_qos.h
gdm_sdio.c staging: gdm72xx: use kzalloc to allocate usb_tx structure 2012-09-04 11:16:22 -07:00
gdm_sdio.h
gdm_usb.c staging: gdm72xx: use kzalloc to allocate usb_tx structure 2012-09-04 11:16:22 -07:00
gdm_usb.h
gdm_wimax.c staging: gdm72xx: fix reference counting in gdm_wimax_event_init 2012-08-13 19:18:39 -07:00
gdm_wimax.h staging/gdm72xx: Remove version.h includes 2012-06-12 10:34:47 -07:00
hci.h
Kconfig staging: gdm72xx depends on NET 2012-05-17 13:17:41 -07:00
Makefile
netlink_k.c Staging tree patches for 3.6-rc1 2012-07-26 11:14:49 -07:00
netlink_k.h
sdio_boot.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2012-08-01 10:26:23 -07:00
sdio_boot.h
TODO
usb_boot.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2012-08-01 10:26:23 -07:00
usb_boot.h
usb_ids.h
wm_ioctl.h