From: Ivan Vecera Date: Thu, 28 May 2015 21:10:06 +0000 (+0200) Subject: bna: fix firmware loading on big-endian machines X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~26^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e236b954232808001f522c4b79df97b8c9262a4a;p=pandora-kernel.git bna: fix firmware loading on big-endian machines Firmware required by bna is stored in appropriate files as sequence of LE32 integers. After loading by request_firmware() they need to be byte-swapped on big-endian arches. Without this conversion the NIC is unusable on big-endian machines. Cc: Rasesh Mody Signed-off-by: Ivan Vecera Signed-off-by: David S. Miller --- Reading git-diff-tree failed