scsi: megaraid: Remove the static variable initialisation
authorJason Wang <wangborong@cdjrlc.com>
Sat, 23 Jul 2022 09:16:20 +0000 (17:16 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 27 Jul 2022 02:15:47 +0000 (22:15 -0400)
commit68126eeb6df6cb53aae4dc450ec20792e1819861
tree776671496c289c381a81689fa8e700405b444ae3
parent241b79b1e964bed8cda8892ac0448721bfe4b55a
scsi: megaraid: Remove the static variable initialisation

Initialising global and static variables to 0 is unnecessary.  Remove the
initialisation.

Link: https://lore.kernel.org/r/20220723091620.5463-1-wangborong@cdjrlc.com
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/megaraid/megaraid_mbox.c