Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267345
b: refs/heads/master
c: f37ac5a
h: refs/heads/master
i:
  267343: 996cc22
v: v3
  • Loading branch information
Mikhail Kshevetskiy authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 08db3c6 commit 304e174
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: 7808a4c4853fa0203085cf2217e01823d9f0c70c
refs/heads/master: f37ac5a144027cddfcf1dfab30eb7c2ba765f5ca
3 changes: 1 addition & 2 deletions trunk/drivers/tty/n_gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,7 @@ static int gsm_dlci_data_output(struct gsm_mux *gsm, struct gsm_dlci *dlci)
break;
case 2: /* Unstructed with modem bits. Always one byte as we never
send inline break data */
*dp += gsm_encode_modem(dlci);
len--;
*dp++ = gsm_encode_modem(dlci);
break;
}
WARN_ON(kfifo_out_locked(dlci->fifo, dp , len, &dlci->lock) != len);
Expand Down

0 comments on commit 304e174

Please sign in to comment.