]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/lspcon: switch to kernel unsigned int types
authorJani Nikula <jani.nikula@intel.com>
Tue, 12 Jun 2018 09:19:35 +0000 (12:19 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 18 Jun 2018 11:46:22 +0000 (14:46 +0300)
commit5b4358374b90ae60372f519d78d47c6c1d463da0
tree29e6d62509dcf46c81aeda423e71e6b72265703d
parent3401a2fbf6a19569b2fa2610e7781156aa2043b3
drm/i915/lspcon: 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/1e132575785d9b615208eb60ee5e388df5991172.1528794959.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_lspcon.c