Message ID | 20180116190815.20930-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Colin, > The pointer head is re-assigned the same value twice, so remove the > second redundant assignment. Applied to 4.16/scsi-queue.
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index 345f6035599e..439ee9c5f535 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c @@ -1165,7 +1165,6 @@ mptsas_schedule_target_reset(void *iocp) * issue target reset to next device in the queue */ - head = &hd->target_reset_list; if (list_empty(head)) return;