[SCSI] aacraid: don't assign cpu_to_le32(constant) to u8
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 1 Nov 2007 06:32:21 +0000 (17:32 +1100)
committerJames <James.Bottomley@HansenPartnership.com>
Wed, 7 Nov 2007 16:12:02 +0000 (08:12 -0800)
commit3b2d871245357015cac621d7612b6ecf59f424df
tree38d23e5160801e4bead729759aee37e2af6244d5
parentdbeeb816e805091e7cfc03baf36dc40b4adb2bbd
[SCSI] aacraid: don't assign cpu_to_le32(constant) to u8

Noticed on PowerPC allmod config build:

drivers/scsi/aacraid/commsup.c:1342: warning: large integer implicitly truncated to unsigned type
drivers/scsi/aacraid/commsup.c:1343: warning: large integer implicitly truncated to unsigned type
drivers/scsi/aacraid/commsup.c:1344: warning: large integer implicitly truncated to unsigned type

Also fix some whitespace on the changed lines.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com>
Signed-off-by: James <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/aacraid/commsup.c