Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: aic94xx: Remove redundant code

Assigning ssp_task.retry_count to itself has no effect.

Signed-off-by: Qiang Liu <liuqiang@kylinos.cn>
Link: https://lore.kernel.org/r/20250819023006.15216-1-liuqiangneo@163.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Qiang Liu and committed by
Martin K. Petersen
00f46998 edb35b1f

-1
-1
drivers/scsi/aic94xx/aic94xx_task.c
··· 488 488 scb->ssp_task.conn_handle = cpu_to_le16( 489 489 (u16)(unsigned long)dev->lldd_dev); 490 490 scb->ssp_task.data_dir = data_dir_flags[task->data_dir]; 491 - scb->ssp_task.retry_count = scb->ssp_task.retry_count; 492 491 493 492 ascb->tasklet_complete = asd_task_tasklet_complete; 494 493