]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/hdmi: switch to kernel unsigned int types
authorJani Nikula <jani.nikula@intel.com>
Tue, 12 Jun 2018 09:19:30 +0000 (12:19 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 18 Jun 2018 11:45:45 +0000 (14:45 +0300)
commitaed6758e160ce4ca65278ac1b4418a936fc52e7c
treeadd602c60e771dd74374a983dbebecfa7c142a7a
parent13a7550b65f930e241bee6f642f908a322b89544
drm/i915/hdmi: switch to kernel unsigned int types

We have fairly mixed uintN_t vs. uN usage throughout the driver, but try
to stick to kernel types at least where it's more prevalent.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/d8b79de3d52e1fcaeabf3abfbb2ed99c4397ff2b.1528794959.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_hdmi.c