Re: [PATCH] serial: omap: repair building without PM_SLEEP

2013-06-03 Thread Greg Kroah-Hartman
On Sat, Jun 01, 2013 at 11:18:13AM +0200, Arnd Bergmann wrote: A recent bug fix in 3.10, ddd85e225c serial: omap: prevent runtime PM for no_console_suspend, introduced a regression from an obvious typo: I don't see that commit id, or commit, in Linus's tree at all. Where do you see it?

Re: [PATCH] serial: omap: repair building without PM_SLEEP

2013-06-03 Thread Arnd Bergmann
On Monday 03 June 2013, Greg Kroah-Hartman wrote: On Sat, Jun 01, 2013 at 11:18:13AM +0200, Arnd Bergmann wrote: A recent bug fix in 3.10, ddd85e225c serial: omap: prevent runtime PM for no_console_suspend, introduced a regression from an obvious typo: I don't see that commit id, or

Re: [PATCH] serial: omap: repair building without PM_SLEEP

2013-06-03 Thread Kevin Hilman
Greg Kroah-Hartman gre...@linuxfoundation.org writes: On Sat, Jun 01, 2013 at 11:18:13AM +0200, Arnd Bergmann wrote: A recent bug fix in 3.10, ddd85e225c serial: omap: prevent runtime PM for no_console_suspend, introduced a regression from an obvious typo: I don't see that commit id, or

[PATCH] serial: omap: repair building without PM_SLEEP

2013-06-01 Thread Arnd Bergmann
A recent bug fix in 3.10, ddd85e225c serial: omap: prevent runtime PM for no_console_suspend, introduced a regression from an obvious typo: drivers/tty/serial/omap-serial.c:1677:14: error: 'serial_omap_complete' undeclared here (not in a function) This changes the incorrectly added

Re: [PATCH] serial: omap: repair building without PM_SLEEP

2013-06-01 Thread Sourav Poddar
Hi Arnd, On Saturday 01 June 2013 02:48 PM, Arnd Bergmann wrote: A recent bug fix in 3.10, ddd85e225c serial: omap: prevent runtime PM for no_console_suspend, introduced a regression from an obvious typo: drivers/tty/serial/omap-serial.c:1677:14: error: 'serial_omap_complete' undeclared