[SCSI] fusion: Fix |/|| confusion
authorDave Jones <davej@redhat.com>
Tue, 22 May 2007 00:59:47 +0000 (20:59 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 22 May 2007 21:09:21 +0000 (16:09 -0500)
commit3d9780b97667fcd63159c0933fdce75465da6c70
tree6d77af81cd2422cd44c6e38d5132072aa2ae65bc
parent8fdcf86af61bfba744f5868ec04dad71637ac33a
[SCSI] fusion: Fix |/|| confusion

There are several cases where the fusion driver uses the logical || to
try to do an arithmetical or ... fix by replacing with |.

Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: "Moore, Eric" <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptbase.h
drivers/message/fusion/mptscsih.c