]> asedeno.scripts.mit.edu Git - linux.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)
commitfaa087c476a3bc6bbbb8600043eb53733233e7c5
treeadd602c60e771dd74374a983dbebecfa7c142a7a
parent0ede01418854664526541eed7164c2e77df1646c
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