提交 c0ebf715 编写于 作者: J Jason Yan 提交者: Matt Turner

alpha: remove unneeded semicolon in sys_eiger.c

Fix the following coccicheck warning:

arch/alpha/kernel/sys_eiger.c:179:2-3: Unneeded semicolon
Signed-off-by: NJason Yan <yanaijie@huawei.com>
Signed-off-by: NMatt Turner <mattst88@gmail.com>
上级 a466a5cf
......@@ -175,7 +175,7 @@ eiger_swizzle(struct pci_dev *dev, u8 *pinp)
case 0x03: bridge_count = 2; break; /* 2 */
case 0x07: bridge_count = 3; break; /* 3 */
case 0x0f: bridge_count = 4; break; /* 4 */
};
}
slot = PCI_SLOT(dev->devfn);
while (dev->bus->self) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册