Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 89d612bf authored by Chandana Kishori Chiluveru's avatar Chandana Kishori Chiluveru Committed by Gerrit - the friendly Code Review server
Browse files

serial: msm_geni_serial: Fix the issue with PM usage



During system suspend PM_runtime is disabled by PM core for
a device. Currently driver using pm_runtime_enable checks in
PM suspend/resume callbacks and doing manual resume. With this
PM usage count is getting miss-matched in driver and causing
the device to not to enter system suspend state.

Fix this issue by removing pm_runtime_enable checks inside
PM callbacks of driver.

Change-Id: I7032bf28c22eda5b989ee66c452a43ed5b7af75e
Signed-off-by: default avatarChandana Kishori Chiluveru <cchiluve@codeaurora.org>
parent d5315b79
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment