Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235578
b: refs/heads/master
c: ed43b47
h: refs/heads/master
v: v3
  • Loading branch information
Eric Bénard authored and Greg Kroah-Hartman committed Mar 9, 2011
1 parent 4aa48a3 commit 001daae
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: 323e84122ec6447a5a18de42b0dc7114f77e76c4
refs/heads/master: ed43b47b29bce303f86e1bff69b6f9924f5afcc4
3 changes: 1 addition & 2 deletions trunk/drivers/tty/n_gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,7 @@ static void gsm_control_response(struct gsm_mux *gsm, unsigned int command,

static void gsm_control_transmit(struct gsm_mux *gsm, struct gsm_control *ctrl)
{
struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1,
gsm->ftype|PF);
struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1, gsm->ftype);
if (msg == NULL)
return;
msg->data[0] = (ctrl->cmd << 1) | 2 | EA; /* command */
Expand Down

0 comments on commit 001daae

Please sign in to comment.