linux/drivers/staging/rtl8192su
Julia Lawall 8f18604e6f Staging: drop redundant memset
The region set by the call to memset is immediately overwritten by the
subsequent call to memcpy.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression e1,e2,e3,e4;
@@

- memset(e1,e2,e3);
  memcpy(e1,e4,e3);
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-05-11 11:35:34 -07:00
..
ieee80211 include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
Kconfig staging: rtl8192su: move to EEPROM_93CX 2010-05-11 11:35:32 -07:00
Makefile staging: rtl8192su: move to EEPROM_93CX 2010-05-11 11:35:32 -07:00
TODO Staging: rtl8192su: use list_for_each_safe() in ieee80211_crypto_deinit 2010-03-03 16:43:05 -08:00
authors
r819xU_HTGen.h
r819xU_HTType.h
r819xU_cmdpkt.c Staging: drop redundant memset 2010-05-11 11:35:34 -07:00
r819xU_cmdpkt.h staging: rtl8192su: cleanup of r819xU_cmdpkt.c, r819xU_cmdpkt.c 2010-05-11 11:35:33 -07:00
r8192SU_HWImg.c Staging: rtl8192su: Remove Firmware from r8192SU_HWImg.c 2010-03-03 16:43:04 -08:00
r8192SU_HWImg.h Staging: rtl8192su: Remove Firmware from r8192SU_HWImg.c 2010-03-03 16:43:04 -08:00
r8192S_Efuse.c
r8192S_Efuse.h
r8192S_firmware.c Staging: rtl8192su: Remove Firmware from r8192SU_HWImg.c 2010-03-03 16:43:04 -08:00
r8192S_firmware.h Staging: rtl8192su: Remove Firmware from r8192SU_HWImg.c 2010-03-03 16:43:04 -08:00
r8192S_hw.h
r8192S_phy.c Staging: Fix continuation line formats 2010-03-03 16:42:55 -08:00
r8192S_phy.h
r8192S_phyreg.h
r8192S_rtl6052.c
r8192S_rtl6052.h
r8192S_rtl8225.c
r8192S_rtl8225.h
r8192U.h staging: rtl8192su: move to EEPROM_93CX 2010-05-11 11:35:32 -07:00
r8192U_core.c staging: rtl8192su: remove extern keyword, remove static declaration 2010-05-11 11:35:33 -07:00
r8192U_dm.c Staging: rtl8187x: Use %pM for mac address output 2010-03-03 16:42:29 -08:00
r8192U_dm.h
r8192U_pm.c
r8192U_pm.h
r8192U_wx.c
r8192U_wx.h