Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315473
b: refs/heads/master
c: 5b999fd
h: refs/heads/master
i:
  315471: 2991543
v: v3
  • Loading branch information
Karsten Keil authored and David S. Miller committed Jul 18, 2012
1 parent df3b16a commit 3de7843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7be7e93268447cbb42fa0e6939b6372c156a1ad5
refs/heads/master: 5b999fd04af95e2cb624aaf6a7637561572b2d96
5 changes: 5 additions & 0 deletions trunk/drivers/isdn/hisax/isurf.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ setup_isurf(struct IsdnCard *card)
}
pnp_disable_dev(pnp_d);
err = pnp_activate_dev(pnp_d);
if (err < 0) {
pr_warn("%s: pnp_activate_dev ret=%d\n",
__func__, err);
return 0;
}
cs->hw.isurf.reset = pnp_port_start(pnp_d, 0);
cs->hw.isurf.phymem = pnp_mem_start(pnp_d, 1);
cs->irq = pnp_irq(pnp_d, 0);
Expand Down

0 comments on commit 3de7843

Please sign in to comment.