]> git.baikalelectronics.ru Git - kernel.git/commit
serial: apbuart: Fixup apbuart_console_init()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 17 Dec 2010 10:16:17 +0000 (11:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 Jan 2011 18:44:11 +0000 (10:44 -0800)
commit23cfca300b34612e387e7ffc500e8cd80a1c0bc7
treedc8ac314514f03b29675ae99957961d4cb71f7a6
parent71a770cd821ceb7a8a87f14f901ed35824fdd87c
serial: apbuart: Fixup apbuart_console_init()

commit 657f859b (drivers: serial: apbuart: Handle OF failures
gracefully) missed that the modified grlib_apbuart_configure()
function is called from apbuart_console_init() as well.

Fix the fallout.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/apbuart.c