Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364283
b: refs/heads/master
c: 0d3b88d
h: refs/heads/master
i:
  364281: 188954d
  364279: e2e0628
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent c49ba28 commit aec5446
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 30215c3b8f36cc532267615ceade3657a9bd9563
refs/heads/master: 0d3b88d187d02c910fce62ee4d14fb29617f21ba
3 changes: 1 addition & 2 deletions trunk/drivers/net/caif/caif_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ static inline void update_tty_status(struct ser_device *ser)
ser->tty->stopped << 5 |
ser->tty->flow_stopped << 3 |
ser->tty->packet << 2 |
ser->tty->port->low_latency << 1 |
ser->tty->warned;
ser->tty->port->low_latency << 1;
}
static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty)
{
Expand Down

0 comments on commit aec5446

Please sign in to comment.