Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267343
b: refs/heads/master
c: cf16807
h: refs/heads/master
i:
  267341: ab9ad0f
  267339: 41d8580
  267335: 5f7b9ad
  267327: 5dca773
v: v3
  • Loading branch information
Nikola Diklic-Perin authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent aebd960 commit 996cc22
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: fd01a7a1bf6722e32efa679f15507148784af1f7
refs/heads/master: cf16807b61d15e42b20407c954a01a3774520ea7
2 changes: 1 addition & 1 deletion trunk/drivers/tty/n_gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2989,7 +2989,7 @@ static int gsmtty_tiocmset(struct tty_struct *tty,
struct gsm_dlci *dlci = tty->driver_data;
unsigned int modem_tx = dlci->modem_tx;

modem_tx &= clear;
modem_tx &= ~clear;
modem_tx |= set;

if (modem_tx != dlci->modem_tx) {
Expand Down

0 comments on commit 996cc22

Please sign in to comment.