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:
12cf33c
)
clk: tegra: Remove needless initializations
author
Thierry Reding
<treding@nvidia.com>
Wed, 18 Feb 2015 15:25:16 +0000
(16:25 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Fri, 10 Apr 2015 14:04:18 +0000
(16:04 +0200)
The ret variable is often explicitly initialized to 0, but there is no
need to do so in many cases because it will immediately be overwritten
with the return value from a function.
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found