From: Dan Carpenter Date: Fri, 28 Jun 2013 21:21:04 +0000 (+0300) Subject: [SCSI] megaraid_sas: fix a bug for 64 bit arches X-Git-Tag: v3.11-rc1~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec3c1b4575431e2020c5c6502d18b281925ca45;p=pandora-kernel.git [SCSI] megaraid_sas: fix a bug for 64 bit arches On 64 bit then -1UL and -1U are not equal, so these conditions don't work as intended and it breaks error handling. Signed-off-by: Dan Carpenter Acked-by: Sumit Saxena Signed-off-by: James Bottomley --- Reading git-diff-tree failed