Re: [PATCH v6 16/37] cxlflash: Fix async interrupt bypass logic

2015-10-23 Thread Tomas Henzl
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

Re: [PATCH v6 16/37] cxlflash: Fix async interrupt bypass logic

2015-10-22 Thread Andrew Donnellan
On 22/10/15 07: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 evaluati

[PATCH v6 16/37] cxlflash: Fix async interrupt bypass logic

2015-10-21 Thread Matthew R. Ochs
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