Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335951
b: refs/heads/master
c: f65e384
h: refs/heads/master
i:
  335949: 71884b7
  335947: 2a2b74b
  335943: ba48b16
  335935: 773baa5
v: v3
  • Loading branch information
Laurent Pinchart authored and Tomi Valkeinen committed Oct 26, 2012
1 parent 14cccc9 commit f30932e
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: ea29c4ea2b04462e92f409cd852dfe0d6d04f0fc
refs/heads/master: f65e384bec59ef35dfa77455181af2ecf7a7ef44
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/dss/dss.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,10 +805,10 @@ static int __init dss_init_features(struct device *dev)

if (cpu_is_omap24xx())
src = &omap24xx_dss_feats;
else if (cpu_is_omap34xx())
src = &omap34xx_dss_feats;
else if (cpu_is_omap3630())
src = &omap3630_dss_feats;
else if (cpu_is_omap34xx())
src = &omap34xx_dss_feats;
else if (cpu_is_omap44xx())
src = &omap44xx_dss_feats;
else if (soc_is_omap54xx())
Expand Down

0 comments on commit f30932e

Please sign in to comment.