commit | efd7bb1d75cf6808d67c869a29245c88a990bdea | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.i.king@gmail.com> | Sun Jan 23 17:55:30 2022 +0000 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | 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/20220123175530.110462-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>