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)
commit 35c64e5d (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>

No differences found