Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283159
b: refs/heads/master
c: a8c2e55
h: refs/heads/master
i:
  283157: 740a0dc
  283155: 5d2517a
  283151: 4ac5d6a
v: v3
  • Loading branch information
Michal Simek committed Jan 5, 2012
1 parent bc68b56 commit 495b126
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: 6c7a2676f594ca9a30203b4fd5dc26b53682cffe
refs/heads/master: a8c2e555b05d6203576e396eba01f17cb2516e66
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ static void early_printk_uartlite_write(struct console *unused,
const char *s, unsigned n)
{
while (*s && n-- > 0) {
early_printk_uartlite_putc(*s);
if (*s == '\n')
early_printk_uartlite_putc('\r');
early_printk_uartlite_putc(*s);
s++;
}
}
Expand Down Expand Up @@ -94,9 +94,9 @@ static void early_printk_uart16550_write(struct console *unused,
const char *s, unsigned n)
{
while (*s && n-- > 0) {
early_printk_uart16550_putc(*s);
if (*s == '\n')
early_printk_uart16550_putc('\r');
early_printk_uart16550_putc(*s);
s++;
}
}
Expand Down

0 comments on commit 495b126

Please sign in to comment.