linux/drivers/net/ethernet/chelsio/cxgb4
Joe Perches 12f2a47945 chelsio: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-26 15:46:15 -04:00
..
cxgb4_main.c chelsio: Remove addressof casts to same type 2014-03-26 15:46:15 -04:00
cxgb4_uld.h cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilities 2014-02-18 16:23:01 -05:00
cxgb4.h cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes 2014-03-14 22:44:11 -04:00
l2t.c cxgb4: silence shift wrapping static checker warning 2014-01-13 11:15:58 -08:00
l2t.h cxgb4: Add API to correctly calculate tuple fields 2013-12-22 18:09:08 -05:00
Makefile
sge.c cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. 2014-03-24 21:18:57 -07:00
t4_hw.c cxgb4: Add code to dump SGE registers when hitting idma hangs 2014-03-13 14:36:05 -04:00
t4_hw.h cxgb4: Initialize T5 2013-03-14 11:35:53 -04:00
t4_msg.h cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice 2014-03-14 22:44:11 -04:00
t4_regs.h cxgb4: Updates for T5 SGE's Egress Congestion Threshold 2014-03-13 14:36:05 -04:00
t4fw_api.h cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilities 2014-02-18 16:23:01 -05:00