Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214327
b: refs/heads/master
c: f417f5e
h: refs/heads/master
i:
  214325: ebe9441
  214323: d3d403b
  214319: 2e5d5d2
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Sep 7, 2010
1 parent 70bf4a5 commit 903423e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 017d79ef0073fdb170dcf185dc4c2456a304d659
refs/heads/master: f417f5e4ba79a08e992c79a4bb84c8a8c5062017
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -3515,7 +3515,7 @@ isdn_tty_parse_at(modem_info * info)
{
atemu *m = &info->emu;
char *p;
char ds[40];
char ds[ISDN_MSNLEN];

#ifdef ISDN_DEBUG_AT
printk(KERN_DEBUG "AT: '%s'\n", m->mdmcmd);
Expand Down Expand Up @@ -3594,7 +3594,7 @@ isdn_tty_parse_at(modem_info * info)
break;
case '3':
p++;
sprintf(ds, "\r\n%d", info->emu.charge);
snprintf(ds, sizeof(ds), "\r\n%d", info->emu.charge);
isdn_tty_at_cout(ds, info);
break;
default:;
Expand Down

0 comments on commit 903423e

Please sign in to comment.