clk: tegra: Remove needless initializations
authorThierry Reding <treding@nvidia.com>
Wed, 18 Feb 2015 15:25:16 +0000 (16:25 +0100)
committerThierry 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