commit | c6af561a4ad0971c79faee397fa02fa085018fa3 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon May 27 12:13:58 2019 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Jun 01 22:38:53 2019 +0200 |
tree | 5f6a8049a1e59452f15dd0bf1fbabfb6f682ecb9 | |
parent | a2d29238bc6005511d5bef0b9c9ddd935b18251b [diff] |
rtc: tegra: Use consistent variable names and types Many of the variables have redundant prefixes or suffixes. Drop all of them where not necessary for context. Also make sure to use data types consistently. For instance, values read from 32-bit register accessors should be stored in u32. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>