On 18/11/2025 14:56, 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@linaro.org>
---
drivers/soc/samsung/exynos-chipid.c | 27 +++++++++++----------------
Can I take the cleanups before new GS support?
That's btw preferred order for all work. Fixes should be independent or
first in the patchset. Then cleanups before features/new support.
Best regards,
Krzysztof