Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308233
b: refs/heads/master
c: fdf7748
h: refs/heads/master
i:
  308231: 4288726
v: v3
  • Loading branch information
Sascha Hauer committed Apr 25, 2012
1 parent 6390e76 commit 7984e9a
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: 4e7b6c9a6b4700cf121a0d5924f193db83cbd008
refs/heads/master: fdf7748b9f8d392a086560616bf112f0ba0c1f71
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/mx3_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static void mx3_camera_activate(struct mx3_camera_dev *mx3_cam,
/* ipu_csi_init_interface() */
csi_reg_write(mx3_cam, conf, CSI_SENS_CONF);

clk_enable(mx3_cam->clk);
clk_prepare_enable(mx3_cam->clk);
rate = clk_round_rate(mx3_cam->clk, mx3_cam->mclk);
dev_dbg(icd->parent, "Set SENS_CONF to %x, rate %ld\n", conf, rate);
if (rate)
Expand Down Expand Up @@ -549,7 +549,7 @@ static void mx3_camera_remove_device(struct soc_camera_device *icd)
*ichan = NULL;
}

clk_disable(mx3_cam->clk);
clk_disable_unprepare(mx3_cam->clk);

mx3_cam->icd = NULL;

Expand Down

0 comments on commit 7984e9a

Please sign in to comment.