提交 87c18aa9 编写于 作者: T Thomas Hisch 提交者: Adrian Bunk

Fix small typo in drivers/serial/icom.c

Signed-off-by: NThomas Hisch <t.hisch@gmail.com>
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
上级 5ea084ef
...@@ -1510,7 +1510,7 @@ static int __devinit icom_probe(struct pci_dev *dev, ...@@ -1510,7 +1510,7 @@ static int __devinit icom_probe(struct pci_dev *dev,
} }
if ( (retval = pci_request_regions(dev, "icom"))) { if ( (retval = pci_request_regions(dev, "icom"))) {
dev_err(&dev->dev, "pci_request_region FAILED\n"); dev_err(&dev->dev, "pci_request_regions FAILED\n");
pci_disable_device(dev); pci_disable_device(dev);
return retval; return retval;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册