Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107992
b: refs/heads/master
c: 5608784
h: refs/heads/master
v: v3
  • Loading branch information
Eugene Teo authored and Jeff Garzik committed Aug 7, 2008
1 parent 0d306d7 commit 3879767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 11795aa4f89cf68e7aafc8a606feee14c97a12e5
refs/heads/master: 5608784fdf417467cbb2ccfb1129500464416f79
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/mkiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static int ax_xmit(struct sk_buff *skb, struct net_device *dev)
}

printk(KERN_ERR "mkiss: %s: transmit timed out, %s?\n", dev->name,
(ax->tty->ops->chars_in_buffer(ax->tty) || ax->xleft) ?
(tty_chars_in_buffer(ax->tty) || ax->xleft) ?
"bad line quality" : "driver error");

ax->xleft = 0;
Expand Down

0 comments on commit 3879767

Please sign in to comment.