Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295108
b: refs/heads/master
c: 91acd96
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Zabel authored and Mauro Carvalho Chehab committed Mar 20, 2012
1 parent 49e9b49 commit 37215ef
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: 48e971cd7fc2440d49159786ecc8786298f98cec
refs/heads/master: 91acd962301af86d5af02ddefdb8147322a0b9b0
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/pxa_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,12 +921,12 @@ static void pxa_camera_activate(struct pxa_camera_dev *pcdev)
/* "Safe default" - 13MHz */
recalculate_fifo_timeout(pcdev, 13000000);

clk_enable(pcdev->clk);
clk_prepare_enable(pcdev->clk);
}

static void pxa_camera_deactivate(struct pxa_camera_dev *pcdev)
{
clk_disable(pcdev->clk);
clk_disable_unprepare(pcdev->clk);
}

static irqreturn_t pxa_camera_irq(int irq, void *data)
Expand Down

0 comments on commit 37215ef

Please sign in to comment.