]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/audio: switch to kernel unsigned int types
authorJani Nikula <jani.nikula@intel.com>
Tue, 12 Jun 2018 09:19:34 +0000 (12:19 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 18 Jun 2018 11:46:09 +0000 (14:46 +0300)
commitc25004964c5a8a0ee7b749bf969b3621dcaf2597
treedd48c809fc1f661c0909c0536188a5fa24fa02c9
parentfd620bf92a609315241fa5440d336ef17ea76550
drm/i915/audio: 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/808b06e1f0a95a4ee892553abf11fdbc30025571.1528794959.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_audio.c