Re: [PATCH 10/10] scsi: libsas: Delete sas_ata_task.retry_count

From: Jason Yan
Date: Tue Aug 15 2023 - 05:38:22 EST


On 2023/8/14 22:10, John Garry wrote:
Since libsas was introduced in commit 2908d778ab3e ("[SCSI] aic94xx: new
driver"), sas_ata_task.retry_count is never set, so delete it and the
reference in asd_build_ata_ascb().

Signed-off-by: John Garry<john.g.garry@xxxxxxxxxx>
---
drivers/scsi/aic94xx/aic94xx_task.c | 2 +-
include/scsi/libsas.h | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)

Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>