Re: [PATCH] scsi: aic94xx: remove self-assigned redundant code
From: Martin K. Petersen
Date: Tue Aug 19 2025 - 23:10:23 EST
> Assigning ssp_task.retry_count to itself has no effect
> scb->ssp_task.data_dir = data_dir_flags[task->data_dir];
> - scb->ssp_task.retry_count = scb->ssp_task.retry_count;
This begs the question of what the original author intended to write.
--
Martin K. Petersen