drm/tegra: dsi: 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: NThierry Reding <treding@nvidia.com>
Showing
想要评论请 注册 或 登录
Register offsets are usually fairly small numbers, so an unsigned int is
more than enough to represent them.
Signed-off-by: NThierry Reding <treding@nvidia.com>