Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354777
b: refs/heads/master
c: 4e18585
h: refs/heads/master
i:
  354775: ba32dad
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 16, 2013
1 parent d946dbe commit 50d4e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: d73dfc6a4199e0e37b54c647549828eabda67c7c
refs/heads/master: 4e18585d51434c28269e625e56a06396d70d0ff2
3 changes: 0 additions & 3 deletions trunk/drivers/tty/n_gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control)
int len;
u8 cbuf[10];
u8 ibuf[3];
unsigned long flags;

switch (gsm->encoding) {
case 0:
Expand Down Expand Up @@ -603,9 +602,7 @@ static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control)
WARN_ON(1);
return;
}
spin_lock_irqsave(&gsm->tx_lock, flags);
gsm->output(gsm, cbuf, len);
spin_unlock_irqrestore(&gsm->tx_lock, flags);
gsm_print_packet("-->", addr, cr, control, NULL, 0);
}

Expand Down

0 comments on commit 50d4e7e

Please sign in to comment.