From: Or Gerlitz Date: Tue, 6 Mar 2012 04:03:41 +0000 (+0000) Subject: net/mlx4: fix sparse warnings on TX control flags, endianess X-Git-Tag: v3.4-rc1~177^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef2a435bea24330781cbfe910a05810f17079d2;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed