|
@@ -644,8 +644,10 @@ static void hdmi_dump_regs(struct seq_file *s)
|
|
{
|
|
{
|
|
mutex_lock(&hdmi.lock);
|
|
mutex_lock(&hdmi.lock);
|
|
|
|
|
|
- if (hdmi_runtime_get())
|
|
|
|
|
|
+ if (hdmi_runtime_get()) {
|
|
|
|
+ mutex_unlock(&hdmi.lock);
|
|
return;
|
|
return;
|
|
|
|
+ }
|
|
|
|
|
|
hdmi.ip_data.ops->dump_wrapper(&hdmi.ip_data, s);
|
|
hdmi.ip_data.ops->dump_wrapper(&hdmi.ip_data, s);
|
|
hdmi.ip_data.ops->dump_pll(&hdmi.ip_data, s);
|
|
hdmi.ip_data.ops->dump_pll(&hdmi.ip_data, s);
|