diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-04-20 11:49:19 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-05-10 13:24:07 -0400 |
commit | 807b31d8e0fce2160683746b54d7f3010a2d3cde (patch) | |
tree | 94bc77b10010ea2844866baa753e7288962530d0 /drivers/ide/Makefile | |
parent | 52b2599081144d903e8992063985a607c647258e (diff) | |
download | linux-807b31d8e0fce2160683746b54d7f3010a2d3cde.tar.bz2 |
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")
Diffstat (limited to 'drivers/ide/Makefile')
0 files changed, 0 insertions, 0 deletions