Commit 87c18aa9 authored by Thomas Hisch's avatar Thomas Hisch Committed by Adrian Bunk

Fix small typo in drivers/serial/icom.c

Signed-off-by: default avatarThomas Hisch <t.hisch@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 5ea084ef
......@@ -1510,7 +1510,7 @@ static int __devinit icom_probe(struct pci_dev *dev,
}
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);
return retval;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment