Re: [PATCH v6] staging: sm750fb: Remove unused variable 'setAllEngOff'

From: Greg Kroah-Hartman

Date: Wed Jul 08 2026 - 08:02:48 EST


On Wed, Jul 08, 2026 at 03:03:07AM -0300, André Moreira wrote:
> The variable 'setAllEngOff' within the 'init_status' struct is only
> set to zero during setup but its value is never read anywhere else
> in the driver. Remove it entirely to clean up the code.
>
> Signed-off-by: André Moreira <andrem.33333@xxxxxxxxx>
> ---
> v6:
> - Change patch approach from renaming CamelCase to entirely removing
> the unused 'setAllEngOff' variable, based on Greg KH's feedback.

This doesn't apply to my tree at all. Can you rebase against the
staging-testing branch and resend?

thanks,

greg k-h