serial: omap: suspend device on probe errors
authorJohan Hovold <johan@kernel.org>
Mon, 10 Apr 2017 09:21:39 +0000 (11:21 +0200)
committerSasha Levin <alexander.levin@verizon.com>
Wed, 17 May 2017 19:08:22 +0000 (15:08 -0400)
commitfab0b034bd9108c715e8a32a25b5a1678d02d729
treed3319c5b58115b5893eaa9b15d3d5efbc6e5b7b9
parent0ea0b8f3adbec78cc9836abbed7f3eae9440bb4e
serial: omap: suspend device on probe errors

[ Upstream commit 77e6fe7fd2b7cba0bf2f2dc8cde51d7b9a35bf74 ]

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>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
drivers/tty/serial/omap-serial.c