Re: [Intel-gfx] [PATCH 6/7] drm/i915/audio: switch to kernel unsigned int types

2018-06-12 Thread Ville Syrjälä
On Tue, Jun 12, 2018 at 12:19:34PM +0300, Jani Nikula wrote: > 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. > > Signed-off-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_audio.c | 36 ++

[Intel-gfx] [PATCH 6/7] drm/i915/audio: switch to kernel unsigned int types

2018-06-12 Thread Jani Nikula
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. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_audio.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) di