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: fnic: Self-assignment of intr_time_type has no effect

Remove the self-assignment statement of the intr_time_type variable.

Signed-off-by: Qiang Liu <liuqiang@kylinos.cn>
Reviewed-by: Karan Tilak Kumar <kartilak@cisco.com>
Link: https://patch.msgid.link/20251017075504.143491-1-liuqiangneo@163.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Qiang Liu and committed by
Martin K. Petersen
3d0d1c7a 79a2287c

-1
-1
drivers/scsi/fnic/fnic_res.c
··· 134 134 c->luns_per_tgt)); 135 135 136 136 c->intr_timer = min_t(u16, VNIC_INTR_TIMER_MAX, c->intr_timer); 137 - c->intr_timer_type = c->intr_timer_type; 138 137 139 138 /* for older firmware, GET_CONFIG will not return anything */ 140 139 if (c->wq_copy_count == 0)