]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dpaux: Use unsigned int for register offsets
authorThierry Reding <treding@nvidia.com>
Tue, 15 Aug 2017 13:41:06 +0000 (15:41 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Aug 2017 15:57:12 +0000 (17:57 +0200)
commit3e6235d6c8a969ba7ded17d36ca9c399a584c2c1
tree387af57d5fed5277201b1b2edebd762d69207128
parent3774f1e13ac7f45d3f8a0ac0e83ad435ede6e53b
drm/tegra: dpaux: 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/dpaux.c