Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322682
b: refs/heads/master
c: f755bbb
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jonathan Cameron committed Aug 27, 2012
1 parent 78e517c commit 93da204
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: d1dc9c1276a4d988b29372fe67796430d5cbc756
refs/heads/master: f755bbbf1f9f180aa61eb730d638b62e225bfc10
2 changes: 1 addition & 1 deletion trunk/drivers/iio/adc/at91_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ static int __devinit at91_adc_probe(struct platform_device *pdev)
st->adc_clk = clk_get(&pdev->dev, "adc_op_clk");
if (IS_ERR(st->adc_clk)) {
dev_err(&pdev->dev, "Failed to get the ADC clock.\n");
ret = PTR_ERR(st->clk);
ret = PTR_ERR(st->adc_clk);
goto error_disable_clk;
}

Expand Down

0 comments on commit 93da204

Please sign in to comment.