Re: [Intel-gfx] [PATCH v1] i915: Convert to use match_string() helper

2018-05-04 Thread Jani Nikula
On Thu, 03 May 2018, Andy Shevchenko wrote: > The new helper returns index of the matching string in an array. > We are going to use it here. > > Signed-off-by: Andy Shevchenko Pushed to drm-intel-next-queued, thanks for the patch. BR, Jani. > --- > drivers/gpu/drm/i915/intel_pipe_crc.c | 22

[Intel-gfx] [PATCH v1] i915: Convert to use match_string() helper

2018-05-03 Thread Andy Shevchenko
The new helper returns index of the matching string in an array. We are going to use it here. Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/i915/intel_pipe_crc.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_pipe_crc.