commit | 84cf85ea6ea29fc0c933a85fb3e900315759a581 | [log] [tgz] |
---|---|---|
author | Laxman Dewangan <ldewangan@nvidia.com> | Fri Jun 17 18:36:13 2016 +0530 |
committer | Thierry Reding <treding@nvidia.com> | Tue Nov 15 15:51:50 2016 +0100 |
tree | d3c035c84c79f11b6d35a9ae10723de67748fdf3 | |
parent | 6c0bd217c361fa820d953e33fc7b6b95571c28ac [diff] |
soc/tegra: pmc: Correct type of variable for tegra_pmc_readl() The function tegra_pmc_readl() returns the u32 type data and hence change the data type of variable where this data is stored to u32 type. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>