Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167543
b: refs/heads/master
c: 91cd175
h: refs/heads/master
i:
  167541: a777b6d
  167539: 256c92d
  167535: 67760e4
v: v3
  • Loading branch information
Dmitry Artamonow authored and David S. Miller committed Oct 13, 2009
1 parent 994b1a7 commit 4b2ebf7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 85584672012ee0c3b7b8e033a1ecf7c11878e45f
refs/heads/master: 91cd1756cbbe9ba8772e6a5908f20cee56019c0d
7 changes: 5 additions & 2 deletions trunk/drivers/net/irda/sa1100_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,11 @@ static int sa1100_irda_startup(struct sa1100_irda *si)
/*
* Ensure that the ports for this device are setup correctly.
*/
if (si->pdata->startup)
si->pdata->startup(si->dev);
if (si->pdata->startup) {
ret = si->pdata->startup(si->dev);
if (ret)
return ret;
}

/*
* Configure PPC for IRDA - we want to drive TXD2 low.
Expand Down

0 comments on commit 4b2ebf7

Please sign in to comment.