Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332899
b: refs/heads/master
c: cbd841c
h: refs/heads/master
i:
  332897: c3b6c26
  332895: ac25d00
v: v3
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Oct 7, 2012
1 parent 10560f4 commit e56fbd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 6734011f3c9a17070f157656f8b15e051e37aee1
refs/heads/master: cbd841ca91b4f87d62263f8d86af1b14a745c413
4 changes: 3 additions & 1 deletion trunk/drivers/net/irda/pxaficp_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,10 @@ static int pxa_irda_probe(struct platform_device *pdev)
goto err_mem_2;

dev = alloc_irdadev(sizeof(struct pxa_irda));
if (!dev)
if (!dev) {
err = -ENOMEM;
goto err_mem_3;
}

SET_NETDEV_DEV(dev, &pdev->dev);
si = netdev_priv(dev);
Expand Down

0 comments on commit e56fbd0

Please sign in to comment.