Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146281
b: refs/heads/master
c: 7de7c55
h: refs/heads/master
i:
  146279: 0621d94
v: v3
  • Loading branch information
Robin Getz authored and Linus Torvalds committed Jun 11, 2009
1 parent 631f117 commit 74aedc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 8516c568f25666a012ec4c859e640a76fc9b6ec0
refs/heads/master: 7de7c55bf54dede2bd2262349fc7b558bcc8e413
7 changes: 6 additions & 1 deletion trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1272,12 +1272,17 @@ static __init void early_serial_write(struct console *con, const char *s,
}
}

/*
* This should have a .setup or .early_setup in it, but then things get called
* without the command line options, and the baud rate gets messed up - so
* don't let the common infrastructure play with things. (see calls to setup
* & earlysetup in ./kernel/printk.c:register_console()
*/
static struct __initdata console bfin_early_serial_console = {
.name = "early_BFuart",
.write = early_serial_write,
.device = uart_console_device,
.flags = CON_PRINTBUFFER,
.setup = bfin_serial_console_setup,
.index = -1,
.data = &bfin_serial_reg,
};
Expand Down

0 comments on commit 74aedc2

Please sign in to comment.