[PATCH 2/5] drm/i915/audio: convert to new drm logging macros.

2020-01-15 Thread Wambui Karuga
Converts the printk based logging macros in i915/display/intel_audio.c to the struct drm_device based logging macros. This transformation was achieved using the following coccinelle script that matches the existence of the struct drm_i915_private device: @rule1@ identifier fn, T; @@ fn(struct drm

Re: [PATCH 2/5] drm/i915/audio: convert to new drm logging macros.

2020-01-15 Thread Wambui Karuga
On Tue, 14 Jan 2020, Jani Nikula wrote: On Tue, 14 Jan 2020, Jani Nikula wrote: On Tue, 14 Jan 2020, Wambui Karuga wrote: Converts the printk based logging macros in i915/display/intel_audio.c to the struct drm_device based logging macros. Couple of comments inline. PS. This is Revie

Re: [PATCH 2/5] drm/i915/audio: convert to new drm logging macros.

2020-01-14 Thread Jani Nikula
On Tue, 14 Jan 2020, Jani Nikula wrote: > On Tue, 14 Jan 2020, Wambui Karuga wrote: >> Converts the printk based logging macros in i915/display/intel_audio.c >> to the struct drm_device based logging macros. > > Couple of comments inline. PS. This is Reviewed-by: Jani Nikula and I'm fine with

Re: [PATCH 2/5] drm/i915/audio: convert to new drm logging macros.

2020-01-14 Thread Jani Nikula
On Tue, 14 Jan 2020, Wambui Karuga wrote: > Converts the printk based logging macros in i915/display/intel_audio.c > to the struct drm_device based logging macros. Couple of comments inline. BR, Jani. > This transformation was achieved using the following coccinelle script > that matches the e