linux/drivers/staging/rtl8712
Ilia Mirkin b7977fa250 staging: rtl8712: Remove NULL check before kfree
This patch was generated by the following semantic patch:
// <smpl>
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// </smpl>

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-14 11:57:35 -07:00
..
Kconfig staging: r8712u: Firmware changes for driver 2011-01-21 12:23:55 -08:00
Makefile Staging: rtl8712: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:45 -07:00
TODO staging: r8712u: Switch driver to use external firmware from linux-firmware 2011-01-21 12:23:30 -08:00
basic_types.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
big_endian.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
drv_types.h staging: r8712u: Add module parameter to disable turbo mode 2010-08-31 10:59:52 -07:00
ethernet.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
generic.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
hal_init.c Staging: Merge branch 'staging-next' into 2.6.38-rc3 2011-02-02 13:35:58 -08:00
ieee80211.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
ieee80211.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
if_ether.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
ip.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
little_endian.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
mlme_linux.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
mlme_osdep.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
mp_custom_oid.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
os_intfs.c staging: r8712u: Add module parameter to disable turbo mode 2010-08-31 10:59:52 -07:00
osdep_intf.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
osdep_service.h Staging: Merge 2.6.37-rc5 into staging-next 2010-12-07 10:47:56 -08:00
recv_linux.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
recv_osdep.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_byteorder.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_cmd.c staging: r8712u: Use 802.11bg mode to make a WEP connection 2010-08-31 10:59:52 -07:00
rtl871x_cmd.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_debug.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_eeprom.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_eeprom.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_event.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_ht.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_io.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_io.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_ioctl.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_ioctl_linux.c staging: rtl8712: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
rtl871x_ioctl_rtl.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_ioctl_rtl.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_ioctl_set.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_ioctl_set.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_led.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_mlme.c staging: r8712u: Fix potential crash issue 2010-08-31 10:59:53 -07:00
rtl871x_mlme.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_mp.c staging: r8712u: Fix sparse warnings 2010-08-31 10:59:52 -07:00
rtl871x_mp.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_mp_ioctl.c staging: r8712u: Fix sparse message 2011-01-21 12:22:19 -08:00
rtl871x_mp_ioctl.h staging: r8712u: Fix sparse message 2011-01-21 12:22:19 -08:00
rtl871x_mp_phy_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_pwrctrl.c staging: rtl8712: rtl871x_pwrctrl.c remove one to many l's in the word. 2011-02-28 18:24:48 -08:00
rtl871x_pwrctrl.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_recv.c staging: r8712u: Fix sparse warnings 2010-08-31 10:59:52 -07:00
rtl871x_recv.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_rf.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_security.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_security.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_sta_mgt.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_wlan_sme.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl871x_xmit.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
rtl871x_xmit.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_cmd.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_cmd.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_cmdctrl_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_cmdctrl_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_debugctrl_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_debugctrl_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_edcasetting_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_edcasetting_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_efuse.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
rtl8712_efuse.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_event.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_fifoctrl_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_fifoctrl_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_gp_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_gp_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_hal.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_interrupt_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_io.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_led.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_macsetting_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_macsetting_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_powersave_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_powersave_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_ratectrl_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_ratectrl_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_recv.c staging: r8712u: Fix sparse warnings 2010-08-31 10:59:52 -07:00
rtl8712_recv.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_security_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_spec.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_syscfg_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_syscfg_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_timectrl_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_timectrl_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_wmac_bitdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_wmac_regdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
rtl8712_xmit.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
rtl8712_xmit.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
sta_info.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
swab.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
usb_halinit.c Staging: rtl8712: signedness bug in init 2010-11-16 12:25:53 -08:00
usb_intf.c staging: r8712u: Add new device IDs 2011-01-25 04:53:59 +08:00
usb_ops.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
usb_ops.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
usb_ops_linux.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
usb_osintf.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
usb_vendor_req.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
wifi.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
wlan_bssdef.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
xmit_linux.c staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00
xmit_osdep.h staging: r8712u: Add the new driver to the mainline kernel 2010-08-20 10:15:30 -05:00