Re: [Intel-gfx] [PATCH 2/3] drm/i915: Don't hide function calls with side effects

2023-02-15 Thread Jani Nikula
On Tue, 14 Feb 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > Hiding a function call with side effects inside the > variable declaration block is a bit rude. Make it > stand out more. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- >

[Intel-gfx] [PATCH 2/3] drm/i915: Don't hide function calls with side effects

2023-02-14 Thread Ville Syrjala
From: Ville Syrjälä Hiding a function call with side effects inside the variable declaration block is a bit rude. Make it stand out more. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_backlight.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git