Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150863
b: refs/heads/master
c: cdae28e
h: refs/heads/master
i:
  150861: 7a59b2c
  150859: edd73ac
  150855: 52cebc0
  150847: 773e615
v: v3
  • Loading branch information
Andreas Mohr authored and Karsten Keil committed Jun 11, 2009
1 parent 5b5e1e8 commit 831f395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 1ce1513f48e3bc4d55ee672f0e39f5063a02ab7a
refs/heads/master: cdae28e1a28f26c765c5882a48b9fd4a5b9ce91c
7 changes: 3 additions & 4 deletions trunk/drivers/isdn/hardware/mISDN/hfcpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,10 +1806,9 @@ init_card(struct hfc_pci *hc)
printk(KERN_WARNING
"HFC PCI: IRQ(%d) getting no interrupts "
"during init %d\n", hc->irq, 4 - cnt);
if (cnt == 1) {
spin_unlock_irqrestore(&hc->lock, flags);
return -EIO;
} else {
if (cnt == 1)
break;
else {
reset_hfcpci(hc);
cnt--;
}
Expand Down

0 comments on commit 831f395

Please sign in to comment.