From: Zhang Mingyu <zhang.mingyu@xxxxxxxxxx> Eliminate the following coccinelle check warning: drivers/scsi/pmcraid.c:5085:2-3 Reported-by: Zeal Robot <zealci@xxxxxxxxxx> Signed-off-by: Zhang Mingyu <zhang.mingyu@xxxxxxxxxx> --- drivers/scsi/pmcraid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index 88046a793767..85febecde7b8 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -5082,7 +5082,7 @@ static int pmcraid_init_instance(struct pci_dev *pdev, struct Scsi_Host *host, mapped_pci_addr + chip_cfg->ioa_host_mask_clr; pint_regs->global_interrupt_mask_reg = mapped_pci_addr + chip_cfg->global_intr_mask; - }; + } pinstance->ioa_reset_attempts = 0; init_waitqueue_head(&pinstance->reset_wait_q); -- 2.25.1