Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344609
b: refs/heads/master
c: 9296dbd
h: refs/heads/master
i:
  344607: 8b5cb89
v: v3
  • Loading branch information
Tomi Valkeinen committed Nov 5, 2012
1 parent 15ee8f4 commit 518685b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: ffc81fc5f3f6070820cb7ef885daa37545291e97
refs/heads/master: 9296dbd79efb3a754f06d71510cc47af7eff0bee
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 @@ -668,8 +668,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
4 changes: 0 additions & 4 deletions trunk/include/video/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -620,10 +620,6 @@ struct omap_dss_device {
struct {
struct omap_video_timings timings;

int acbi; /* ac-bias pin transitions per interrupt */
/* Unit: line clocks */
int acb; /* ac-bias pin frequency */

enum omap_dss_dsi_pixel_format dsi_pix_fmt;
enum omap_dss_dsi_mode dsi_mode;
struct omap_dss_dsi_videomode_timings dsi_vm_timings;
Expand Down

0 comments on commit 518685b

Please sign in to comment.