Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libata: Fix regression when the NCQ Send and Receive log page is absent
Commit 5d3abf8 ("libata: Fall back to unqueued READ LOG EXT if the DMA variant fails") allowed us to fall back to the unqueued READ LOG variant if the queued version failed. However, if the device did not support the page at all we would end up looping due to a merge snafu. Ensure we only take the fallback path once. Signed-off-by: Martin K. Petersen <[email protected]> Reported-by: Sergey Senozhatsky <[email protected]> Tested-by: Sergey Senozhatsky <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
- Loading branch information