Home
last modified time | relevance | path

Searched hist:"12980 c1f2f8a926dd634e27c700014b3246a99ec" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-eh.cdiff 12980c1f2f8a926dd634e27c700014b3246a99ec Sun Jun 04 18:16:32 CDT 2023 Damien Le Moal <dlemoal@kernel.org> ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()

In ata_eh_speed_down(), instead of hard-coding the test on the device
flags to detect if NCQ is supported and enabled, use ata_ncq_enabled().

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: John Garry <john.g.garry@oracle.com>