projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837c787
)
[PATCH] unused label in drivers/block/cciss.
author
Eric Sesterhenn
<snakebyte@gmx.de>
Fri, 24 Mar 2006 09:00:57 +0000
(10:00 +0100)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Mon, 27 Mar 2006 07:29:03 +0000
(09:29 +0200)
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>
drivers/block/cciss.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/cciss.c
b/drivers/block/cciss.c
index 168da0c9ed3de64071c4ebd37079b28653b69b63..1b0fd31c57c3dcd269dd60b528ccb2f3d68fa6a5 100644
(file)
--- 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;
}