commit | 807b31d8e0fce2160683746b54d7f3010a2d3cde | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Apr 20 11:49:19 2021 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon May 10 13:24:07 2021 -0400 |
tree | 94bc77b10010ea2844866baa753e7288962530d0 | |
parent | 52b2599081144d903e8992063985a607c647258e [diff] |
scsi: megaraid_mbox: Remove redundant initialization of pointer mbox The pointer mbox is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Link: https://lore.kernel.org/r/20210420104919.376734-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Addresses-Coverity: ("Unused value")