Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227080
b: refs/heads/master
c: 568389c
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Greg Kroah-Hartman committed Jan 6, 2011
1 parent f19c033 commit 4875cda
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b7b8de087384cc1954a8cd075af3f9e5977caa2e
refs/heads/master: 568389c257fa7d74ce36c2f78bad31965fded4cf
5 changes: 3 additions & 2 deletions trunk/drivers/serial/apbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,11 +520,12 @@ static struct console grlib_apbuart_console = {
};


static void grlib_apbuart_configure(void);
static int grlib_apbuart_configure(void);

static int __init apbuart_console_init(void)
{
grlib_apbuart_configure();
if (grlib_apbuart_configure())
return -ENODEV;
register_console(&grlib_apbuart_console);
return 0;
}
Expand Down

0 comments on commit 4875cda

Please sign in to comment.