From: James Bottomley Date: Sun, 30 Mar 2008 17:36:26 +0000 (-0500) Subject: [SCSI] hptiop: fix header.context usage X-Git-Tag: v2.6.26-rc1~1140^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b196a2f3058c6f70bb36ab61ff8aa996fca301;p=pandora-kernel.git [SCSI] hptiop: fix header.context usage header.context is a 64 bit field, but it's deliberately split into context and context_hi32. Thus cpu_to_le64 assignments are wrong on this. Replace them with the correct settings of both the low and high words. Cc: HighPoint Linux Team Signed-off-by: James Bottomley --- Reading git-diff-tree failed