Skip to content
Snippets Groups Projects
Commit 212e2102 authored by Devin Kim's avatar Devin Kim
Browse files

msm_serial_hs: Fix unbalanced spinlock and leak of irq


If clock vote fails on msm_hs_request_clock_on(), it should get a spin lock.
But it didn't before and it caused the unbalanced spinlock.

And if clock vote fails on probe(), it didn't free the wake_irq. So fix it
also.

Change-Id: I508eb09efe1f35b6955618ef41661bf61bc4d6cf
Signed-off-by: default avatarDevin Kim <dojip.kim@lge.com>
parent 8cc05afa
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment