diff options
author | Or Gerlitz <ogerlitz@mellanox.com> | 2012-03-06 08:04:02 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-07 00:19:17 +0400 |
commit | 966684d581c9c04202e6612a792e36ae7bc5fd59 (patch) | |
tree | b9f28b29eb56ad72f6694787137d1c36dc6696c8 /drivers/net/ethernet/mellanox/mlx4/en_rx.c | |
parent | 4ef2a435bea24330781cbfe910a05810f17079d2 (diff) | |
download | linux-966684d581c9c04202e6612a792e36ae7bc5fd59.tar.xz |
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>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/en_rx.c')
0 files changed, 0 insertions, 0 deletions