Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98859
b: refs/heads/master
c: 05d81d2
h: refs/heads/master
i:
  98857: b127c93
  98855: 0f65177
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Jul 12, 2008
1 parent a2cd999 commit c157b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f31ad92f34913043cf008d6e479e92dfbaf02df1
refs/heads/master: 05d81d2222beec7b63ac8c1c8cdb5bb4f82c2bad
3 changes: 3 additions & 0 deletions trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,9 @@ static struct console serial8250_console = {

static int __init serial8250_console_init(void)
{
if (nr_uarts > UART_NR)
nr_uarts = UART_NR;

serial8250_isa_init_ports();
register_console(&serial8250_console);
return 0;
Expand Down

0 comments on commit c157b60

Please sign in to comment.