Re: [PATCH] staging: sm750fb: remove duplicate init_status structure

From: Dan Carpenter

Date: Mon Jun 01 2026 - 07:09:27 EST


On Sat, May 30, 2026 at 10:24:32PM +0000, Hungyu Lin wrote:
> struct init_status duplicates struct initchip_param and is only used
> within the sm750fb driver.
>
> Replace the remaining users of struct init_status with
> struct initchip_param, remove the duplicate structure and eliminate
> the unnecessary cast in hw_sm750_inithw().
>
> No functional change intended.
>
> Signed-off-by: Hungyu Lin <dennylin0707@xxxxxxxxx>
> ---

Looks good to me. :)

Reviewed-by: Dan Carpenter <error27@xxxxxxxxx>

regards,
dan carpenter