Skip to content
Commit 44a6f3db authored by Thierry Reding's avatar Thierry Reding
Browse files

clk: tegra: Remove needless initializations



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: default avatarThierry Reding <treding@nvidia.com>
parent 12cf33c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment