]> asedeno.scripts.mit.edu Git - linux.git/commit
soc/tegra: pmc: Correct type of variable for tegra_pmc_readl()
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 17 Jun 2016 13:06:13 +0000 (18:36 +0530)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Nov 2016 14:51:50 +0000 (15:51 +0100)
commit84cf85ea6ea29fc0c933a85fb3e900315759a581
treed3c035c84c79f11b6d35a9ae10723de67748fdf3
parent6c0bd217c361fa820d953e33fc7b6b95571c28ac
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>
drivers/soc/tegra/pmc.c