From: Yi Zou Date: Sat, 18 May 2013 06:28:17 +0000 (+0000) Subject: fcoe: fix the link error status block sparse warnings X-Git-Tag: v3.11-rc1~6^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418a8cfe69c3b6bd4598e9870b9f412e2c247214;p=pandora-kernel.git fcoe: fix the link error status block sparse warnings Both fcoe_fc_els_lesb and fc_els_lesb are in __be32 already, and both are exactly the same size in bytes, with somewhat different member names to reflect the fact the former is for Ethernet media the latter is for Fiber Channel, so, remove conversion and use __be32 directly. This fixes the warning from sparse check. Signed-off-by: Yi Zou Reported-by: Fengguang Wu Tested-by: Jack Morgan Signed-off-by: Robert Love --- Reading git-diff-tree failed