提交 89a7689e 编写于 作者: E Eric Sesterhenn 提交者: Jens Axboe

[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: NEric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: NJens Axboe <axboe@suse.de>
上级 837c7878
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册