]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/tegra: dc: Use unsigned int for register offsets
authorThierry Reding <treding@nvidia.com>
Tue, 15 Aug 2017 13:41:05 +0000 (15:41 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Aug 2017 15:57:11 +0000 (17:57 +0200)
commit3be713be1fbcbdb8fd66e06d58cafd7761498fdd
treed517205810aa44cef9466cf3a2cd805307dc8f02
parent68d890a3cca5a96a5443972922c84df89f6301e6
drm/tegra: dc: Use unsigned int for register offsets

Register offsets are usually fairly small numbers, so an unsigned int is
more than enough to represent them.

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