On Wed, Mar 11, 2026 at 09:17:28PM +0100, Krzysztof Kozlowski wrote: > Linux coding style asks to use kernel types like u32 instead of uint32_t > and code already has it in other places, so unify the remaining pieces. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > --- > drivers/gpu/drm/msm/hdmi/hdmi.c | 2 +- > drivers/gpu/drm/msm/hdmi/hdmi_audio.c | 5 ++--- > drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 4 ++-- > drivers/gpu/drm/msm/hdmi/hdmi_hpd.c | 4 ++-- > drivers/gpu/drm/msm/hdmi/hdmi_i2c.c | 12 ++++++------ > 5 files changed, 13 insertions(+), 14 deletions(-) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
