commit | fec3c1b4575431e2020c5c6502d18b281925ca45 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Jun 29 00:21:04 2013 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Jul 09 12:14:06 2013 +0100 |
tree | 45f43058e09fb9e8bed2d91e048ae2a45f26ac48 | |
parent | beb40ea42bd65511bc275a7d58d3753835906be5 [diff] |
[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 <dan.carpenter@oracle.com> Acked-by: Sumit Saxena <sumit.saxena@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>