net/mlx4: fix sparse warnings on TX blue flame buffer
authorOr Gerlitz <ogerlitz@mellanox.com>
Tue, 6 Mar 2012 04:04:02 +0000 (04:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Mar 2012 20:19:17 +0000 (15:19 -0500)
commit966684d581c9c04202e6612a792e36ae7bc5fd59
treeb9f28b29eb56ad72f6694787137d1c36dc6696c8
parent4ef2a435bea24330781cbfe910a05810f17079d2
net/mlx4: fix sparse warnings on TX blue flame buffer

The blue flame buffer is defined to be of type void __iomem *
but was passed to mlx4_bf_copy which gets unsigned long * .
This triggered sparse warning on different address spaces,
fix that by changing mlx4_bf_copy first param to be of type void __iomem * .

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_tx.c