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
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
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
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