Files
android_kernel_xiaomi_sm8450/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
..
2014-01-11 20:52:58 -08:00
2014-01-11 20:52:59 -08:00
2014-01-11 20:52:58 -08:00
2014-01-11 20:52:59 -08:00
2014-01-11 20:52:58 -08:00