Joe Perches 3dbb7fd247 i40e: 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>
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-13 17:27:28 -05:00
2014-01-09 02:10:23 -08:00
2014-01-09 02:10:23 -08:00
2014-01-17 19:13:04 -08:00
2014-03-06 18:41:50 -08:00
2014-01-09 02:10:23 -08:00
2014-01-09 02:10:23 -08:00
2014-01-10 16:30:33 -08:00
2014-01-14 18:56:00 -08:00
2014-01-09 02:10:23 -08:00
2014-03-06 18:41:36 -08:00
2014-01-09 02:10:23 -08:00
2014-01-10 16:33:39 -08:00
2014-01-09 02:10:23 -08:00
2014-01-09 02:10:23 -08:00
2014-01-10 16:33:39 -08:00
2014-01-09 02:10:23 -08:00
2014-01-17 19:13:04 -08:00