Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328645
b: refs/heads/master
c: 3f09e6c
h: refs/heads/master
i:
  328643: e357643
v: v3
  • Loading branch information
Viresh Kumar authored and Jeff Garzik committed Sep 13, 2012
1 parent e0c2a34 commit 16e5f67
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: 8996b89d6bc98ae2f6d6e6e624a42a3f89d06949
refs/heads/master: 3f09e6c0d32398b777b00c21053a1ef5f840b1af
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_arasan_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static int cf_init(struct arasan_cf_dev *acdev)
unsigned long flags;
int ret = 0;

ret = clk_enable(acdev->clk);
ret = clk_prepare_enable(acdev->clk);
if (ret) {
dev_dbg(acdev->host->dev, "clock enable failed");
return ret;
Expand Down Expand Up @@ -340,7 +340,7 @@ static void cf_exit(struct arasan_cf_dev *acdev)
writel(readl(acdev->vbase + OP_MODE) & ~CFHOST_ENB,
acdev->vbase + OP_MODE);
spin_unlock_irqrestore(&acdev->host->lock, flags);
clk_disable(acdev->clk);
clk_disable_unprepare(acdev->clk);
}

static void dma_callback(void *dev)
Expand Down

0 comments on commit 16e5f67

Please sign in to comment.