aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorThomas Hisch <t.hisch@gmail.com>2006-12-12 19:20:35 +0100
committerAdrian Bunk <bunk@stusta.de>2006-12-12 19:20:35 +0100
commit87c18aa95199b4b7dd9510b2b927a5e30083da01 (patch)
tree61bb4e5a3c41bd4e3ca17433a0e183516a618374 /drivers/serial
parentUse consistent casing in help message (diff)
downloadlinux-dev-87c18aa95199b4b7dd9510b2b927a5e30083da01.tar.xz
linux-dev-87c18aa95199b4b7dd9510b2b927a5e30083da01.zip
Fix small typo in drivers/serial/icom.c
Signed-off-by: Thomas Hisch <t.hisch@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/icom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/icom.c b/drivers/serial/icom.c
index 7d623003e65e..71e6a24d8c28 100644
--- a/drivers/serial/icom.c
+++ b/drivers/serial/icom.c
@@ -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;
}