Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20321
b: refs/heads/master
c: 61b9a26
h: refs/heads/master
i:
  20319: 8571eec
v: v3
  • Loading branch information
Karsten Keil authored and Linus Torvalds committed Feb 15, 2006
1 parent 12bb93e commit fae9807
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8b09fb34513225d87d511c7e8f29c0fd3cf860e0
refs/heads/master: 61b9a26ae6d308ade964db122e0e89299586422c
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -2359,8 +2359,8 @@ isdn_tty_at_cout(char *msg, modem_info * info)

/* use queue instead of direct, if online and */
/* data is in queue or buffer is full */
if ((info->online && tty_buffer_request_room(tty, l) < l) ||
(!skb_queue_empty(&dev->drv[info->isdn_driver]->rpqueue[info->isdn_channel]))) {
if (info->online && ((tty_buffer_request_room(tty, l) < l) ||
!skb_queue_empty(&dev->drv[info->isdn_driver]->rpqueue[info->isdn_channel]))) {
skb = alloc_skb(l, GFP_ATOMIC);
if (!skb) {
spin_unlock_irqrestore(&info->readlock, flags);
Expand Down

0 comments on commit fae9807

Please sign in to comment.