Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91544
b: refs/heads/master
c: 55045d4
h: refs/heads/master
v: v3
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Apr 16, 2008
1 parent 72d88be commit f1316d8
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: 2fe37a6ec933ca7332a8ca8d29e87705116afd3a
refs/heads/master: 55045d47d7a8c4c61bc0ca6f2fac5087dd598bc3
4 changes: 2 additions & 2 deletions trunk/drivers/char/hvc_beat.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ static int hvc_beat_put_chars(uint32_t vtermno, const char *buf, int cnt)
for (rest = cnt; rest > 0; rest -= nlen) {
nlen = (rest > 16) ? 16 : rest;
memcpy(kb, buf, nlen);
beat_put_term_char(vtermno, rest, kb[0], kb[1]);
rest -= nlen;
beat_put_term_char(vtermno, nlen, kb[0], kb[1]);
buf += nlen;
}
return cnt;
}
Expand Down

0 comments on commit f1316d8

Please sign in to comment.