From: Thierry Reding Date: Tue, 21 Oct 2014 11:48:48 +0000 (+0200) Subject: drm/tegra: dc: Registers are 32 bits wide X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~61^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a605697658ac7af722764cef3f0fed889d2033;p=pandora-kernel.git 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 --- Reading git-diff-tree failed