linux/drivers/staging/vt6656
Dan Carpenter e3a92cdedf Staging: vt6656: problems in error handling
The first kfree(pDevice) is pointless because pDevice is NULL.  The
second kfree(pDevice) is a double free because pDevice is the driver's
private data and that is already freed by free_netdev(netdev).  Also the
free_netdev() error path doesn't call usb_put_dev().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-08-31 11:35:06 -07:00
..
80211hdr.h
80211mgr.c
80211mgr.h staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
Kconfig
Makefile
TODO
aes_ccmp.c
aes_ccmp.h
baseband.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
baseband.h
bssdb.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
bssdb.h Staging: vt6656: Remove PUINT from ttype.h 2010-08-02 18:16:27 -07:00
card.c
card.h
channel.c
channel.h
control.c staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
control.h
country.h
datarate.c staging: vt6656: removed '#if 1'/'#if 0' definitions 2010-07-22 11:42:00 -07:00
datarate.h
desc.h
device.h staging: vt6656: removed macro to test bits 2010-08-31 11:31:26 -07:00
device_cfg.h
dpc.c staging: vt6656: removed macro to test bits 2010-08-31 11:31:26 -07:00
dpc.h
firmware.c staging: vt6656: removed NDIS_STATUS int redefinition 2010-08-31 11:31:26 -07:00
firmware.h
hostap.c
hostap.h
int.c staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
int.h staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
iocmd.h staging: vt6656: removed WPA_SM_Transtatus definition 2010-07-22 11:42:28 -07:00
ioctl.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
ioctl.h
iowpa.h
iwctl.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
iwctl.h staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
key.c staging: vt6656: resolved checkpatch finding 2010-08-31 11:35:06 -07:00
key.h
mac.c
mac.h
main_usb.c Staging: vt6656: problems in error handling 2010-08-31 11:35:06 -07:00
mib.c staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
mib.h staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
michael.c
michael.h
power.c staging: vt6656: changed comments convention and removed spaces before tab 2010-08-31 11:34:53 -07:00
power.h
rc4.c
rc4.h
rf.c
rf.h
rndis.h
rxtx.c staging: vt6656: removed custom definitions of Ethernet packet types 2010-08-31 11:31:25 -07:00
rxtx.h staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
srom.h
tcrc.c
tcrc.h
tether.c
tether.h staging: vt6656: removed custom definitions of Ethernet packet types 2010-08-31 11:31:25 -07:00
tkip.c
tkip.h
tmacro.h
ttype.h Staging: vt6656: Remove PUINT from ttype.h 2010-08-02 18:16:27 -07:00
upc.h
usbpipe.c staging: vt6656: removed macro to test bits 2010-08-31 11:31:26 -07:00
usbpipe.h staging: vt6656: removed NTSTATUS definition 2010-08-02 18:19:04 -07:00
vntconfiguration.dat
wcmd.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
wcmd.h staging: vt6656: removed TxInSleep definition 2010-07-08 13:01:05 -07:00
wctl.c staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr 2010-06-24 14:15:07 -07:00
wctl.h
wmgr.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
wmgr.h staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
wpa.c staging: vt6656: removed extra spaces 2010-08-31 11:35:05 -07:00
wpa.h
wpa2.c
wpa2.h
wpactl.c staging: vt6656: removed not useful comments 2010-08-31 11:14:39 -07:00
wpactl.h