From: Mark Haverkamp Date: Wed, 27 Apr 2005 13:05:51 +0000 (-0700) Subject: [SCSI] aacraid: remove sparse warnings X-Git-Tag: v2.6.13-rc1~90^2~583^2~62^2^2~27^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b5871223f66d4a34e6e1069f241077e9f0a154;p=pandora-kernel.git [SCSI] aacraid: remove sparse warnings This patch addresses the sparse -Wbitwise warnings that Christoph wanted me to eliminate. This mostly consisted of making data structure elements of hardware associated structures the __le* equivalent. Although there were a couple places where there was mixing of cpu and le variable math. These changes have been tested on both an x86 and ppc machine running bonnie++. The usage of the LE32_ALL_ONES macro has been eliminated. Signed-off-by: Mark Haverkamp Signed-off-by: James Bottomley --- Reading git-diff-tree failed