From: Wayne Boyer Date: Mon, 10 May 2010 16:14:07 +0000 (-0700) Subject: [SCSI] ipr: fix a register read to use the correct address for 64 bit adapters X-Git-Tag: v2.6.35-rc1~38^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be96900a2a662c67403559acd250f011b1d70db;p=pandora-kernel.git [SCSI] ipr: fix a register read to use the correct address for 64 bit adapters Fix ipr_reset_enable_ioa() to read the correct IOA to host interrupt register address for 64 bit adapters. We need to read the lower 32 bits, not the upper 32 bits. Also change the write of the 64 bit mask value to a single writeq instead of two writel calls. Finally, use the correct u8 type for the type field in the ipr_resource_entry structure. Signed-off-by: Wayne Boyer Acked-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed