diff options
author | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2021-11-15 12:47:26 +0900 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2021-11-18 14:34:19 +0900 |
commit | 06f6c4c6c3e8354dceddd77bd58f9a7a84c67246 (patch) | |
tree | fbf304aef210d612a739dd283a5164c6c516a055 /drivers/ata/ahci.c | |
parent | 23ef63d5e14f916c5bba39128ebef395859d7c0f (diff) | |
download | lwn-06f6c4c6c3e8354dceddd77bd58f9a7a84c67246.tar.gz lwn-06f6c4c6c3e8354dceddd77bd58f9a7a84c67246.zip |
ata: libata: add missing ata_identify_page_supported() calls
ata_dev_config_ncq_prio() and ata_dev_config_devslp() both access pages
of the IDENTIFY DEVICE data log. Before calling ata_read_log_page(),
make sure to check for the existence of the IDENTIFY DEVICE data log and
of the log page accessed using ata_identify_page_supported(). This
avoids useless error messages from ata_read_log_page() and failures with
some LLDD scsi drivers using libsas.
Reported-by: Nikolay <knv418@gmail.com>
Cc: stable@kernel.org # 5.15
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Tested-by: Matthew Perkowski <mgperkow@gmail.com>
Diffstat (limited to 'drivers/ata/ahci.c')
0 files changed, 0 insertions, 0 deletions