Skip to content

Commit

Permalink
Fix small typo in drivers/serial/icom.c
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Thomas Hisch authored and Adrian Bunk committed Dec 12, 2006
1 parent 5ea084e commit 87c18aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 87c18aa

Please sign in to comment.