Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14890
b: refs/heads/master
c: be0df20
h: refs/heads/master
v: v3
  • Loading branch information
shemminger@osdl.org authored and Jeff Garzik committed Dec 1, 2005
1 parent dcdba58 commit ff9b59a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f4c81504284c0ab66fc6d773dfb3b54aca02427
refs/heads/master: be0df20cb5ffd36ced9393d004e473d5c531b5da
6 changes: 3 additions & 3 deletions trunk/drivers/net/sk98lin/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,
dev->irq = pdev->irq;
error = SkGeInitPCI(pAC);
if (error) {
printk("SKGE: PCI setup failed: %i\n", error);
printk(KERN_ERR "sk98lin: PCI setup failed: %i\n", error);
goto out_free_netdev;
}

Expand Down Expand Up @@ -4889,7 +4889,7 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,

/* Register net device */
if (register_netdev(dev)) {
printk(KERN_ERR "SKGE: Could not register device.\n");
printk(KERN_ERR "sk98lin: Could not register device.\n");
goto out_free_resources;
}

Expand Down Expand Up @@ -4955,7 +4955,7 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,
#endif

if (register_netdev(dev)) {
printk(KERN_ERR "SKGE: Could not register device.\n");
printk(KERN_ERR "sk98lin: Could not register device for seconf port.\n");
free_netdev(dev);
pAC->dev[1] = pAC->dev[0];
} else {
Expand Down

0 comments on commit ff9b59a

Please sign in to comment.