Re: [Intel-gfx] [PATCH 2/2] drm/i915/gmbus: use to_intel_gmbus() instead of open coding

2022-03-07 Thread Jani Nikula
On Fri, 04 Mar 2022, Ville Syrjälä wrote: > On Fri, Mar 04, 2022 at 12:14:26PM +0200, Jani Nikula wrote: >> We have a helper for getting at the enclosing gmbus struct from the >> embedded i2c_adapter, use it. >> >> Signed-off-by: Jani Nikula > > Series is > Reviewed-by: Ville Syrjälä Thanks, p

Re: [Intel-gfx] [PATCH 2/2] drm/i915/gmbus: use to_intel_gmbus() instead of open coding

2022-03-04 Thread Ville Syrjälä
On Fri, Mar 04, 2022 at 12:14:26PM +0200, Jani Nikula wrote: > We have a helper for getting at the enclosing gmbus struct from the > embedded i2c_adapter, use it. > > Signed-off-by: Jani Nikula Series is Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/display/intel_gmbus.c | 18 +-

[Intel-gfx] [PATCH 2/2] drm/i915/gmbus: use to_intel_gmbus() instead of open coding

2022-03-04 Thread Jani Nikula
We have a helper for getting at the enclosing gmbus struct from the embedded i2c_adapter, use it. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_gmbus.c | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_g