Julia Lawall
876e956f20
drivers/net: 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: David S. Miller <davem@davemloft.net>
2010-03-15 15:47:03 -07:00
..
2010-03-01 10:36:22 -08:00
2010-03-01 13:04:58 -08:00
2010-02-26 20:39:11 +01:00
2010-03-01 09:00:29 -08:00
2010-02-27 14:05:38 +01:00
2010-02-26 13:58:08 +01:00
2010-03-02 10:34:25 -08:00
2010-03-01 08:48:25 -08:00
2010-02-26 16:50:02 -08:00
2010-02-26 13:58:08 +01:00
2010-02-28 19:23:06 -08:00
2010-02-28 10:59:18 -08:00
2010-02-25 17:39:16 +01:00
2010-03-01 09:15:15 -08:00
2010-03-01 10:36:22 -08:00
2010-02-26 13:58:08 +01:00
2010-02-28 01:34:28 -08:00
2010-03-01 10:38:09 -08:00
2010-03-15 15:47:02 -07:00
2010-03-01 10:38:09 -08:00
2010-02-26 13:58:08 +01:00
2010-02-28 19:23:06 -08:00
2010-02-26 13:58:08 +01:00
2010-03-02 07:55:08 -08:00
2010-03-01 14:19:05 -08:00
2010-03-01 14:19:05 -08:00
2010-03-01 14:19:05 -08:00
2010-03-15 15:47:03 -07:00
2010-03-02 07:55:08 -08:00
2010-02-27 16:19:22 -08:00
2010-03-01 10:36:22 -08:00
2010-03-01 09:15:15 -08:00
2010-03-10 07:32:26 -08:00
2010-03-01 09:00:29 -08:00
2010-03-01 09:15:15 -08:00
2010-03-01 14:19:05 -08:00
2010-02-19 15:52:51 -05:00
2010-03-02 07:55:08 -08:00
2010-03-01 14:19:05 -08:00
2010-02-28 19:50:33 +02:00
2010-03-02 10:41:26 -08:00
2010-02-28 20:39:11 +02:00
2010-03-01 14:19:05 -08:00