Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272270
b: refs/heads/master
c: 4efae8c
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Iles authored and Herbert Xu committed Aug 10, 2011
1 parent 0d6ca78 commit 5364669
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c3f4200f57c0efe05b15547f42edac0fd023da17
refs/heads/master: 4efae8c9363e28892eaaf2a6463f2f5f255e6fb0
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/picoxcell_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ static int __devinit spacc_probe(struct platform_device *pdev)

spin_lock_init(&engine->hw_lock);

engine->clk = clk_get(&pdev->dev, NULL);
engine->clk = clk_get(&pdev->dev, "ref");
if (IS_ERR(engine->clk)) {
dev_info(&pdev->dev, "clk unavailable\n");
device_remove_file(&pdev->dev, &dev_attr_stat_irq_thresh);
Expand Down

0 comments on commit 5364669

Please sign in to comment.