commit | 3d9780b97667fcd63159c0933fdce75465da6c70 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Mon May 21 20:59:47 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Tue May 22 16:09:21 2007 -0500 |
tree | 6d77af81cd2422cd44c6e38d5132072aa2ae65bc | |
parent | 8fdcf86af61bfba744f5868ec04dad71637ac33a [diff] |
[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>