linux/drivers/net/ethernet/atheros/alx
Joe Perches 60f40107ab alx: Remove casts of pointer to same type
Casting a pointer to a pointer of the same type is pointless,
so remove these unnecessary casts.

Done via coccinelle script:

$ cat typecast_2.cocci
@@
type T;
T *foo;
@@

-	(T *)foo
+	foo

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-26 15:46:15 -04:00
..
alx.h alx: add alx_get_stats64 operation 2014-01-11 20:52:58 -08:00
ethtool.c alx: add stats to ethtool 2014-01-11 20:52:59 -08:00
hw.c alx: add stats update function 2014-01-11 20:52:58 -08:00
hw.h alx: add stats to ethtool 2014-01-11 20:52:59 -08:00
main.c alx: Remove casts of pointer to same type 2014-03-26 15:46:15 -04:00
Makefile
reg.h alx: add constants for the stats fields 2014-01-11 20:52:58 -08:00