commit | fa3bc04ef8ccccfe47db1f4030a7a43569956402 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Jan 25 11:22:54 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Jan 25 16:18:24 2019 +0100 |
tree | 33a64f2a399111dc8beb56fab1d953125d50afd9 | |
parent | f1d912996fc054f1d7059b23371cd623692724ce [diff] |
soc/tegra: pmc: Explicitly initialize all fields It's not strictly necessary to initialize the fields in struct tegra_pmc_soc if they are 0/false. However, we already initialize them explicitly even if unnecessary, so keep doing that for consistency. Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Jon Hunter <jonathanh@nvidia.com>