Skip to content
Snippets Groups Projects
Commit da9977d2 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 aa0022c8
No related branches found
No related tags found
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