Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299576
b: refs/heads/master
c: 163faf3
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones authored and David S. Miller committed Apr 21, 2012
1 parent 2b1bae8 commit c891372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: bbe362be5368b9f531b95a4a9b502ae2832e1dac
refs/heads/master: 163faf31778e536ac6125bc8b14f4667adc910e9
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/smsc/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,6 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)
SET_NETDEV_DEV(dev, &pdev->dev);

pdata = netdev_priv(dev);

dev->irq = irq_res->start;
irq_flags = irq_res->flags & IRQF_TRIGGER_MASK;
pdata->ioaddr = ioremap_nocache(res->start, res_size);
Expand Down Expand Up @@ -2442,7 +2441,7 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)
if (retval) {
SMSC_WARN(pdata, probe,
"Unable to claim requested irq: %d", dev->irq);
goto out_free_irq;
goto out_disable_resources;
}

retval = register_netdev(dev);
Expand Down

0 comments on commit c891372

Please sign in to comment.