Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306250
b: refs/heads/master
c: ca7f4a3
h: refs/heads/master
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed May 8, 2012
1 parent a04883e commit 18021c4
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: b43883d659aa3f3aced5e400538b200341e910e0
refs/heads/master: ca7f4a3821aae53ab4ba5f7b14db9755b856d615
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/omap3isp/ispcsiphy.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ int omap3isp_csiphy_acquire(struct isp_csiphy *phy)
if (rval < 0)
goto done;

omap3isp_csi2_reset(phy->csi2);
rval = omap3isp_csi2_reset(phy->csi2);
if (rval < 0)
goto done;

csiphy_dphy_config(phy);
csiphy_lanes_config(phy);
Expand Down

0 comments on commit 18021c4

Please sign in to comment.