Joe Perches ea11073387 net: Remove casts of void *
Unnecessary casts of void * clutter the code.

These are the remainder casts after several specific
patches to remove netdev_priv and dev_priv.

Done via coccinelle script:

$ cat cast_void_pointer.cocci
@@
type T;
T *pt;
void *pv;
@@

- pt = (T *)pv;
+ pt = pv;

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
2011-06-16 23:19:27 -04:00
..
2011-03-31 11:26:23 -03:00
2011-06-16 23:19:27 -04:00
2010-08-26 14:11:48 -07:00
2011-06-16 23:19:27 -04:00
2010-08-26 14:11:48 -07:00
2011-06-02 02:04:53 -07:00
2010-08-26 14:11:48 -07:00
2011-03-31 11:26:23 -03:00
2011-05-24 01:13:12 -04:00
2011-06-16 23:19:27 -04:00
2011-06-16 23:19:27 -04:00
2011-06-16 23:19:27 -04:00
2011-03-31 11:26:23 -03:00