commit | efd7bb1d75cf6808d67c869a29245c88a990bdea | [log] [tgz] |
---|---|---|
author | Colin Ian King <[email protected]> | Sun Jan 23 17:55:30 2022 +0000 |
committer | Martin K. Petersen <[email protected]> | Tue Jan 25 00:08:18 2022 -0500 |
tree | 27175a774a89cacbc6c7207281c0fba891c305b1 | |
parent | c99b9b2301492b665b6e51ba6c06ec362eddcd10 [diff] |
scsi: 53c700: Remove redundant assignment to pointer SCp Pointer SCp is being re-assigned the same value that it was initialized to a few lines earlier, the assignment is redundant and can be removed. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>