git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135a829
)
clk: Deduplicate exit code in clk_set_rate
author
Nestor Ovroy
<novroy@riseup.net>
Fri, 18 Jan 2013 16:07:39 +0000
(17:07 +0100)
committer
Mike Turquette
<mturquette@linaro.org>
Mon, 21 Jan 2013 22:29:11 +0000
(14:29 -0800)
On non-out case 'return ret;' is equivalent to 'return 0;' as the ret
variable is initialized at 0 and never changed.
Signed-off-by: Nestor Ovroy <novroy@riseup.net>
No differences found