alistair23-linux/drivers/staging/rt2860/sta
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
..
assoc.c Staging: drop redundant memset 2010-05-11 11:35:34 -07:00
auth.c Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
auth_rsp.c Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
connect.c staging: Fix misspelling of "successful" and variants. 2010-03-03 16:42:31 -08:00
rtmp_data.c Staging: fix assorted typos all over the place 2009-12-11 12:23:20 -08:00
sanity.c Staging: rt2860: reduce superfluous exclamation marks 2009-12-11 12:23:19 -08:00
sync.c Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
wpa.c Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00