Re: [PATCH v6 16/37] cxlflash: Fix async interrupt bypass logic
From: Tomas Henzl <hidden>
Date: 2015-10-23 13:39:09
Also in:
linux-scsi
From: Tomas Henzl <hidden>
Date: 2015-10-23 13:39:09
Also in:
linux-scsi
On 21.10.2015 22:13, Matthew R. Ochs wrote:
A bug was introduced earlier in the development cycle when cleaning up logic statements. Instead of skipping bits that are not set, set bits are skipped, causing async interrupts to not be handled correctly. To fix, simply add back in the proper evaluation for an unset bit. Signed-off-by: Matthew R. Ochs <redacted> Signed-off-by: Manoj N. Kumar <redacted> Reviewed-by: Brian King <redacted>
Reviewed-by: Tomas Henzl <redacted> Tomas