Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149401
b: refs/heads/master
c: ed31b2d
h: refs/heads/master
i:
  149399: 4761246
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 31, 2009
1 parent 68b13af commit 385ee94
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: f7a9a4d782628b4bd2392d931b95bd49732a2918
refs/heads/master: ed31b2dfad01d23446860c983ff94460d7971c48
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-u300/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ int clk_set_rate(struct clk *clk, unsigned long rate)
} else {
printk(KERN_ERR "clock: Failed to set %s to %ld hz\n",
clk->name, rate);
return -1;
return -EINVAL;
}
}
EXPORT_SYMBOL(clk_set_rate);
Expand Down

0 comments on commit 385ee94

Please sign in to comment.