Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119893
b: refs/heads/master
c: 442a902
h: refs/heads/master
i:
  119891: 455f248
v: v3
  • Loading branch information
Julia Lawall authored and Russell King committed Dec 14, 2008
1 parent 96ca0d2 commit edc41d9
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: 674a0a6939a954ab92fdd9833943e2277550bb0a
refs/heads/master: 442a902262e1dfc3f1298ceea5f3120fe2043904
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/sa1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq)
return -ENOMEM;

sachip->clk = clk_get(me, "SA1111_CLK");
if (!sachip->clk) {
if (IS_ERR(sachip->clk)) {
ret = PTR_ERR(sachip->clk);
goto err_free;
}
Expand Down

0 comments on commit edc41d9

Please sign in to comment.