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>
This commit is contained in:
parent
5ea084ef9c
commit
87c18aa951
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user