Julia Lawall
8f47c28b5a
staging: rtl8712: Drop unneeded cast on netdev_priv
...
The result of netdev_priv is already implicitly cast to the type of the
left side of the assignment.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@@
type T;
T *x;
@@
x =
- (T *)
netdev_priv(...)
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-04-03 15:15:40 +02:00
..
2015-02-07 17:39:50 +08:00
2013-01-11 16:39:12 -08:00
2015-03-09 13:37:22 +01:00
2014-10-29 17:37:26 +08:00
2014-06-19 16:44:04 -07:00
2014-02-20 14:38:06 +01:00
2015-03-06 09:54:34 -08:00
2015-04-03 15:15:40 +02:00
2015-03-16 15:46:07 +01:00
2015-03-06 09:54:34 -08:00
2015-01-25 19:59:18 +08:00
2015-03-16 15:46:07 +01:00
2014-06-26 20:33:15 -04:00
2015-02-26 15:23:47 -08:00
2014-10-20 10:29:19 +08:00
2014-09-28 22:41:23 -04:00
2015-04-03 15:15:40 +02:00
2013-10-03 13:50:54 -07:00
2015-04-01 17:26:58 +02:00
2014-09-23 08:14:36 -07:00
2014-07-09 12:30:46 -07:00
2015-03-16 15:48:20 +01:00
2015-01-25 19:59:19 +08:00
2015-01-17 14:10:03 -08:00
2015-03-06 15:22:43 -08:00
2014-09-23 08:04:57 -07:00
2015-03-16 15:46:07 +01:00
2015-01-17 14:20:25 -08:00
2015-02-26 15:08:36 -08:00
2014-10-29 17:37:26 +08:00
2015-04-01 17:26:58 +02:00
2015-03-06 09:54:34 -08:00
2015-03-16 15:46:07 +01:00
2015-03-16 15:46:07 +01:00
2014-07-09 12:30:46 -07:00
2015-02-26 15:23:47 -08:00
2015-01-17 14:20:25 -08:00
2014-10-29 17:37:26 +08:00
2015-01-17 14:20:25 -08:00
2014-09-28 22:41:23 -04:00
2015-03-16 15:46:07 +01:00
2015-03-06 15:22:43 -08:00
2012-08-13 19:25:48 -07:00
2014-09-28 22:41:23 -04:00
2015-01-17 14:20:25 -08:00
2015-02-07 17:15:43 +08:00
2014-10-29 17:37:26 +08:00
2012-09-04 14:14:08 -07:00
2015-03-16 15:48:20 +01:00
2015-04-03 15:15:40 +02:00