Commits
Thierry Reding committed 5c5f13016d2
drm/tegra: sor: 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>