Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214831
b: refs/heads/master
c: b33ffa5
h: refs/heads/master
i:
  214829: b3eea19
  214827: 2ede86c
  214823: c93449a
  214815: a3ded04
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Oct 1, 2010
1 parent 87a20b5 commit e246970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c7ebfdaca0b89fe9d846e93b249303313612d0e3
refs/heads/master: b33ffa5cbf52ee751bb8068218ebb3c742c5a515
6 changes: 3 additions & 3 deletions trunk/drivers/isdn/gigaset/bas-gigaset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1598,13 +1598,13 @@ static int gigaset_init_bchannel(struct bc_state *bcs)

ret = starturbs(bcs);
if (ret < 0) {
spin_unlock_irqrestore(&cs->lock, flags);
dev_err(cs->dev,
"could not start isochronous I/O for channel B%d: %s\n",
bcs->channel + 1,
ret == -EFAULT ? "null URB" : get_usb_rcmsg(ret));
if (ret != -ENODEV)
error_hangup(bcs);
spin_unlock_irqrestore(&cs->lock, flags);
return ret;
}

Expand All @@ -1614,11 +1614,11 @@ static int gigaset_init_bchannel(struct bc_state *bcs)
dev_err(cs->dev, "could not open channel B%d\n",
bcs->channel + 1);
stopurbs(bcs->hw.bas);
if (ret != -ENODEV)
error_hangup(bcs);
}

spin_unlock_irqrestore(&cs->lock, flags);
if (ret < 0 && ret != -ENODEV)
error_hangup(bcs);
return ret;
}

Expand Down

0 comments on commit e246970

Please sign in to comment.