]> git.karo-electronics.de Git - mv-sheeva.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)
commit568389c257fa7d74ce36c2f78bad31965fded4cf
treedc8ac314514f03b29675ae99957961d4cb71f7a6
parentb7b8de087384cc1954a8cd075af3f9e5977caa2e
serial: apbuart: Fixup apbuart_console_init()

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>
drivers/serial/apbuart.c