projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea084e
)
Fix small typo in drivers/serial/icom.c
author
Thomas Hisch
<t.hisch@gmail.com>
Tue, 12 Dec 2006 18:20:35 +0000
(19:20 +0100)
committer
Adrian Bunk
<bunk@stusta.de>
Tue, 12 Dec 2006 18:20:35 +0000
(19:20 +0100)
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/serial/icom.c
patch
|
blob
|
history
diff --git
a/drivers/serial/icom.c
b/drivers/serial/icom.c
index 7d623003e65ed841f4f3d2e1c00559884919be04..71e6a24d8c28f18b8c6420ca5ffab0fef011651d 100644
(file)
--- 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_region
s
FAILED\n");
pci_disable_device(dev);
return retval;
}