Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371339
b: refs/heads/master
c: b3fb8b9
h: refs/heads/master
i:
  371337: ddd616a
  371335: ca0dc63
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Apr 3, 2013
1 parent 5d46871 commit e35b87d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: d52e2e7557eace36e7eb731bbd40ed3588eb0f1b
refs/heads/master: b3fb8b98bbb896132dc123aa460caf9d53372636
12 changes: 0 additions & 12 deletions trunk/drivers/video/omap2/displays/panel-picodlp.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,6 @@ static int picodlp_panel_power_on(struct omap_dss_device *dssdev)
struct picodlp_data *picod = dev_get_drvdata(&dssdev->dev);
struct picodlp_panel_data *picodlp_pdata = get_panel_data(dssdev);

if (dssdev->platform_enable) {
r = dssdev->platform_enable(dssdev);
if (r)
return r;
}

gpio_set_value(picodlp_pdata->pwrgood_gpio, 0);
msleep(1);
gpio_set_value(picodlp_pdata->pwrgood_gpio, 1);
Expand Down Expand Up @@ -398,9 +392,6 @@ static int picodlp_panel_power_on(struct omap_dss_device *dssdev)
err:
omapdss_dpi_display_disable(dssdev);
err1:
if (dssdev->platform_disable)
dssdev->platform_disable(dssdev);

return r;
}

Expand All @@ -412,9 +403,6 @@ static void picodlp_panel_power_off(struct omap_dss_device *dssdev)

gpio_set_value(picodlp_pdata->emu_done_gpio, 0);
gpio_set_value(picodlp_pdata->pwrgood_gpio, 0);

if (dssdev->platform_disable)
dssdev->platform_disable(dssdev);
}

static int picodlp_panel_probe(struct omap_dss_device *dssdev)
Expand Down

0 comments on commit e35b87d

Please sign in to comment.