]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
serial: omap: suspend device on probe errors
authorJohan Hovold <johan@kernel.org>
Mon, 10 Apr 2017 09:21:39 +0000 (11:21 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 20 Jun 2017 08:50:49 +0000 (10:50 +0200)
commita68c98415a9e0138cde105daeea285e3a38f6376
treee9dddbad4cb0d4d1c73719ac5c0cbd89009532ec
parent6190bb14d42db98faaf3e78ae396d0483b501e0f
serial: omap: suspend device on probe errors

BugLink: http://bugs.launchpad.net/bugs/1692898
commit 77e6fe7fd2b7cba0bf2f2dc8cde51d7b9a35bf74 upstream.

Make sure to actually suspend the device before returning after a failed
(or deferred) probe.

Note that autosuspend must be disabled before runtime pm is disabled in
order to balance the usage count due to a negative autosuspend delay as
well as to make the final put suspend the device synchronously.

Fixes: 388bc2622680 ("omap-serial: Fix the error handling in the omap_serial probe")
Cc: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/tty/serial/omap-serial.c