Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89a7689e authored by Eric Sesterhenn's avatar Eric Sesterhenn Committed by Jens Axboe
Browse files

[PATCH] unused label in drivers/block/cciss.



this patch removes a warning about an unused label, by
moving the label into the ifdef.

Signed-off-by: default avatarEric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 837c7878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2727,9 +2727,9 @@ static void __devinit cciss_interrupt_mode(ctlr_info_t *c, struct pci_dev *pdev,
                        return;
                }
        }
default_int_mode:
#endif /* CONFIG_PCI_MSI */
	/* if we get here we're going to use the default interrupt mode */
default_int_mode:
        c->intr[SIMPLE_MODE_INT] = pdev->irq;
	return;
}