Home
last modified time | relevance | path

Searched hist:eab6ee1ce3c4678224d70338134f7a02005768cb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-eh.cdiff eab6ee1ce3c4678224d70338134f7a02005768cb Tue May 19 18:44:17 CDT 2015 Martin K. Petersen <martin.petersen@oracle.com> libata: Fix regression when the NCQ Send and Receive log page is absent

Commit 5d3abf8ff67f ("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 <martin.petersen@oracle.com>
Reported-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Tested-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>