Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344587
b: refs/heads/master
c: f8fb7d7
h: refs/heads/master
i:
  344585: 038c7f9
  344583: 1b422c5
v: v3
  • Loading branch information
Wei Yongjun authored and Tomi Valkeinen committed Oct 22, 2012
1 parent 3216e88 commit 6d461eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5028ea04c8a8a67fe73f18f5f34386730c9c1bf2
refs/heads/master: f8fb7d7b7bbaa9336aa44675f56fd2f329516200
4 changes: 3 additions & 1 deletion trunk/drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,10 @@ static void hdmi_dump_regs(struct seq_file *s)
{
mutex_lock(&hdmi.lock);

if (hdmi_runtime_get())
if (hdmi_runtime_get()) {
mutex_unlock(&hdmi.lock);
return;
}

hdmi.ip_data.ops->dump_wrapper(&hdmi.ip_data, s);
hdmi.ip_data.ops->dump_pll(&hdmi.ip_data, s);
Expand Down

0 comments on commit 6d461eb

Please sign in to comment.