drm/tegra: dc: Registers are 32 bits wide
authorThierry Reding <treding@nvidia.com>
Tue, 21 Oct 2014 11:48:48 +0000 (13:48 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:17:03 +0000 (16:17 +0100)
commit03a605697658ac7af722764cef3f0fed889d2033
tree414dacd741b6629bfb1e65841e308ab923bbc4b4
parent205d48edee844740041c07450fedd7314352ba44
drm/tegra: dc: Registers are 32 bits wide

Using an unsigned long type will cause these variables to become 64-bit
on 64-bit SoCs. In practice this should always work, but there's no need
for carrying around the additional 32 bits.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/drm.h