commit | 4ef2a435bea24330781cbfe910a05810f17079d2 | [log] [tgz] |
---|---|---|
author | Or Gerlitz <ogerlitz@mellanox.com> | Tue Mar 06 04:03:41 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 06 15:19:17 2012 -0500 |
tree | 064400b7829ec5332fa1ef341a7908d5ca04a6de | |
parent | ebf8c9aa032f03343b91c91951b0705021b02eb0 [diff] |
net/mlx4: fix sparse warnings on TX control flags, endianess Fix sparse warnings on incompatibility between the endianess of the ctrl_flags field of struct mlx4_en_priv to the srcrb_flags field of struct mlx4_wqe_ctrl_seg by changing the former to be __be32 instead of u32. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>