2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 23:53:55 +08:00
linux-next/drivers/staging
Tapasweni Pathak a707edd236 staging: rtl8188eu: core: Remove redundant memset before memcpy
The region set by the call to memset, immediately overwritten by the
subsequent call to memcpy makes the memset redundant.

This patch removes the redundant memset before memcpy using the
following coccinelle script:

@@
expression e1,e2,e3,e4;
@@

- memset(e1,e2,e3);
  memcpy(e1,e4,e3);

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-28 15:41:42 +08:00
..
android Staging: android: Replace timeval with ktime_t in timed_gpio.c 2014-10-27 10:33:05 +08:00
board staging: board: disable as it breaks the build 2014-07-10 14:47:27 -07:00
clocking-wizard staging: Add Xilinx Clocking Wizard driver 2014-10-20 10:29:26 +08:00
comedi Staging: comedi: ni_tiocmd: fixed a brace coding style issue 2014-10-27 10:33:06 +08:00
cptm1217
dgap staging: dgap: introduce dgap_stop() 2014-10-20 10:30:13 +08:00
dgnc Staging: dgnc: Remove unused sniff code 2014-10-23 08:34:25 +08:00
emxx_udc staging: emxx_udc: Remove null check before kfree 2014-10-23 13:43:46 +08:00
ft1000 staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.c 2014-10-23 12:31:18 +08:00
fwserial
gdm72xx staging: gdm72xx: Removed unnecesarry out of memory usage 2014-10-20 10:29:18 +08:00
gdm724x staging: gdm724x: Fix incorrect type in assignment 2014-10-20 10:29:18 +08:00
goldfish staging: goldfish: avoid multiple assignments 2014-09-06 21:54:57 -07:00
gs_fpgaboot staging: gs_fpgaboot: Fix "out of memory" error handling 2014-10-20 10:30:13 +08:00
iio staging: iio: iio_event_monitor: Add support for missing IIO modifiers 2014-10-23 11:09:11 +08:00
imx-drm drivers: staging: imx-drm driver cleanup 2014-10-20 10:30:13 +08:00
line6 staging: line6: fix midibuf.c coding style issue 2014-09-23 23:41:25 -07:00
lustre Staging: lustre: llite: Simplify error handling 2014-10-27 18:55:00 +08:00
media staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
mt29f_spinand staging/mt29f_spinand: coding style fixes 2014-08-16 12:23:27 -07:00
netlogic staging: netlogic: fix checkpatch.pl "LINE_SPACING" issuses 2014-09-08 14:02:13 -07:00
nvec staging/nvec: Use platform_get_irq() 2014-07-30 17:18:47 -07:00
octeon Staging: octeon: ethernet-tx: fixed coding style warnings, missing blank lines 2014-10-20 10:29:27 +08:00
octeon-usb staging: octeon-usb: fix checkpatch.pl warnings 2014-10-20 10:29:27 +08:00
olpc_dcon
ozwpan staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
panel Staging: panel: fixed frivilous else statement warning 2014-07-10 15:12:51 -07:00
rtl8188eu staging: rtl8188eu: core: Remove redundant memset before memcpy 2014-10-28 15:41:42 +08:00
rtl8192e staging: rtl8192e: Remove unnecessary code 2014-10-27 10:33:06 +08:00
rtl8192u staging: rtl8192u: Remove unnecessary if 2014-10-27 10:33:05 +08:00
rtl8712 staging: rtl8712: Fix unnecessary parentheses style warning in rtl871x_xmit.c 2014-10-20 10:29:28 +08:00
rtl8723au staging: rtl8723au: Remove duplicated argument to || 2014-10-27 18:47:22 +08:00
rts5208 staging: rts5208: fix case of bitwise operator on zero in ms.c 2014-10-23 14:10:49 +08:00
skein staging: skein: File Reorg 2014-10-20 11:27:52 +08:00
slicoss staging: slicoss: Use inplace convert with __be32 * 2014-10-27 10:33:05 +08:00
speakup staging: speakup: Use time_after_eq to compare jiffies in speakup_keypc.c 2014-10-20 10:29:19 +08:00
ste_rmi4 Staging: ste_rmi4: add new line after declarations 2014-09-23 13:44:11 -07:00
unisys staging: unisys: refactor struct struct ultra_vbus_channel_protocol 2014-10-27 10:33:15 +08:00
vme Staging: vme: devices: Use kasprintf 2014-10-27 10:33:05 +08:00
vt6655 staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
vt6656 staging: vt6656: remove unnecessary 'out of memory' message 2014-10-20 10:29:17 +08:00
wlan-ng staging: wlan-ng: Fix restricted __be16 degrades to integer 2014-10-23 14:10:49 +08:00
xgifb staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
Kconfig staging: bcm: remove driver 2014-10-20 10:30:15 +08:00
Makefile staging: bcm: remove driver 2014-10-20 10:30:15 +08:00
staging.c