A couple of patches to fix maximum queue depth initialization and control for ATA devices used through libsas. Changes from v1: * Addressed Sergey comments: fixed typos in patch 2 commit message and removed a temporary pr_info() debug call. Damien Le Moal (2): ata: libata-scsi: Fix initialization of device queue depth ata: libata-sata: Fix device queue depth control drivers/ata/libata-sata.c | 24 ++++++++++++------------ drivers/ata/libata-scsi.c | 10 ++++------ drivers/scsi/libsas/sas_scsi_host.c | 3 ++- include/linux/libata.h | 4 ++-- 4 files changed, 20 insertions(+), 21 deletions(-) -- 2.37.3