Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310347
b: refs/heads/master
c: af461d6
h: refs/heads/master
i:
  310345: 8839095
  310343: c1292d0
v: v3
  • Loading branch information
Russ Dill authored and Tomi Valkeinen committed May 11, 2012
1 parent d1e2394 commit f682ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 38f3daf678d909e8ee5638f21a34f35c01343420
refs/heads/master: af461d64e11f81db4a7619dd574fe779ae3a0884
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/displays/panel-tfp410.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static int tfp410_power_on(struct omap_dss_device *dssdev)
goto err0;

if (gpio_is_valid(ddata->pd_gpio))
gpio_set_value(ddata->pd_gpio, 1);
gpio_set_value_cansleep(ddata->pd_gpio, 1);

return 0;
err0:
Expand All @@ -79,7 +79,7 @@ static void tfp410_power_off(struct omap_dss_device *dssdev)
return;

if (gpio_is_valid(ddata->pd_gpio))
gpio_set_value(ddata->pd_gpio, 0);
gpio_set_value_cansleep(ddata->pd_gpio, 0);

omapdss_dpi_display_disable(dssdev);
}
Expand Down

0 comments on commit f682ae6

Please sign in to comment.