[PATCH] runtime PM deadlock fix
From: Alexander Atanasov <alex@ssi.bg> dpm_runtime_suspend holds dpm_sem and calls dpm_runtime_resume which deadlocks. Directly call runtime_resume instead.
Showing
Please register or sign in to comment
From: Alexander Atanasov <alex@ssi.bg> dpm_runtime_suspend holds dpm_sem and calls dpm_runtime_resume which deadlocks. Directly call runtime_resume instead.