From: Anil Ravindranath Date: Thu, 24 Sep 2009 23:27:42 +0000 (-0700) Subject: [SCSI] pmcraid: Fix ppc64 driver build for using cpu_to_le32 on U8 data type X-Git-Tag: v2.6.32-rc8~22^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88197966e1eeee6547764fa49bfce7e57549acd2;p=pandora-kernel.git [SCSI] pmcraid: Fix ppc64 driver build for using cpu_to_le32 on U8 data type Fix a reported ppc64 driver build issue. Removed cpu_to_le32 conversion usage for flags in struct pmcraid_ioadl_desc. This was breaking the driver build in ppc64. drivers/scsi/pmcraid.c: In function 'pmcraid_request_sense': drivers/scsi/pmcraid.c:2254: warning: large integer implicitly truncated to unsigned type Signed-off-by: Anil Ravindranath Signed-off-by: James Bottomley --- Reading git-diff-tree failed