commit | 44a6f3dbf1ac63b4d689cf081a3540cde03aa5d5 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Feb 18 16:25:16 2015 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Apr 10 16:04:18 2015 +0200 |
tree | 5569767a862d60b0d7cf3d6afd97053d94af1a49 | |
parent | 12cf33c0eb7fbedb2a26b6da2f9f7863b2f4ddda [diff] |
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: Thierry Reding <treding@nvidia.com>