Re: [PATCH v3 1/6] soc: samsung: exynos-chipid: use devm action to unregister soc device
From: André Draszik
Date: Fri Dec 19 2025 - 09:54:04 EST
On Thu, 2025-11-20 at 11:29 +0000, Tudor Ambarus wrote:
> Simplify the unwinding of the soc device by using a devm action.
> Add the action before the exynos_asv_init() to avoid an explicit call
> to soc_device_unregister().
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx>
> ---
> drivers/soc/samsung/exynos-chipid.c | 28 ++++++++++++----------------
> 1 file changed, 12 insertions(+), 16 deletions(-)
Reviewed-by: André Draszik <andre.draszik@xxxxxxxxxx>