aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorEric Sesterhenn <snakebyte@gmx.de>2006-03-24 10:00:57 +0100
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-03-27 09:29:03 +0200
commit89a7689e5c039090d99cbdc3625252c3dee50f7f (patch)
tree897b1b7ec9c779434eea9027f23e8355471b59b7 /drivers
parent837c7878771c15ed8d85ecf814ece7fcb4551b46 (diff)
downloadlinux-89a7689e5c039090d99cbdc3625252c3dee50f7f.tar.gz
[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: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/cciss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 168da0c9ed3de..1b0fd31c57c3d 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -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;
}