git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb40ea
)
[SCSI] megaraid_sas: fix a bug for 64 bit arches
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 28 Jun 2013 21:21:04 +0000
(
00:21
+0300)
committer
James Bottomley
<JBottomley@Parallels.com>
Tue, 9 Jul 2013 11:14:06 +0000
(12:14 +0100)
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>
No differences found