From: Jing Huang Date: Wed, 16 Nov 2011 20:29:26 +0000 (-0800) Subject: [SCSI] bfa: fix endian and bit field check bug X-Git-Tag: v3.3-rc1~124^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cdfb4347f5d38b97de2045d688e44e2a26ea42;p=pandora-kernel.git [SCSI] bfa: fix endian and bit field check bug Fix some endian issue. __BIGENDIAN is not defined and it needs to be replaced with __BIG_ENDIAN. Also fixed a bug in bit field access. These two issues were reported by Dan Carpenter. Signed-off-by: Jing Huang Signed-off-by: James Bottomley --- Reading git-diff-tree failed