linux-stable/drivers/net/ethernet/atheros
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 alx: Remove casts of pointer to same type 2014-03-26 15:46:15 -04:00
atl1c atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. 2014-03-24 21:18:54 -07:00
atl1e ATHEROS-ATL1E: Convert iounmap to pci_iounmap 2014-03-18 16:12:56 -04:00
atlx atheros/atlx: use SET_ETHTOOL_OPS directly 2014-03-24 12:45:01 -04:00
Kconfig alx: remove NET_CORE Kconfig select 2013-07-01 13:18:19 -07:00
Makefile alx: add a simple AR816x/AR817x device driver 2013-06-17 16:04:34 -07:00