Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/intel/i40evf
Joe Perches b58f2f7279 i40e/i40evf: Remove addressof casts to same type
Using addressof then casting to the original type is pointless,
so remove these unnecessary casts.

Done via coccinelle script:

$ cat typecast.cocci
@@
type T;
T foo;
@@

-	(T *)&foo
+	&foo

Signed-off-by: Joe Perches <joe@perches.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2014-03-31 15:48:02 -07:00
..
2014-02-21 12:38:26 -05:00
2013-12-31 16:39:42 -08:00
2013-12-31 16:09:05 -08:00
2013-12-31 16:39:42 -08:00
2013-12-31 16:09:05 -08:00
2014-03-28 06:53:58 -07:00