Re: [PATCH][next] scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3

From: Martin K. Petersen
Date: Tue Nov 26 2019 - 21:30:53 EST



Colin,

> The condition (reg_val != 2) || (reg_val != 3) will always be true
> because reg_val cannot be equal to two different values at the same
> time. Fix this by replacing the || operator with && so that the loop
> will loop if reg_val is not a 2 and not a 3 as was originally
> intended.

Applied to 5.5/scsi-queue, thanks!

--
Martin K. Petersen Oracle Linux Engineering