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)
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>

No differences found