Re: [PATCH] spmi: hisi-spmi-controller: Do not override device identifier

From: Stephen Boyd
Date: Sun Apr 07 2024 - 23:29:27 EST


Quoting Vamshi Gajjela (2024-02-28 10:51:16)
> 'nr' member of struct spmi_controller, which serves as an identifier
> for the controller/bus. This value is a dynamic ID assigned in
> spmi_controller_alloc, and overriding it from the driver results in an
> ida_free error "ida_free called for id=xx which is not allocated".
>
> Signed-off-by: Vamshi Gajjela <vamshigajjela@xxxxxxxxxx>
> Fixes: 70f59c90c819 ("staging: spmi: add Hikey 970 SPMI controller driver")
> Cc: stable@xxxxxxxxxxxxxxx
> ---

Applied to spmi-next