Re: [PATCH v2 2/4] soc: samsung: exynos-asv: handle reading revision register error

From: Krzysztof Kozlowski
Date: Sun Jan 03 2021 - 11:13:36 EST


On Mon, Dec 07, 2020 at 08:05:15PM +0100, Krzysztof Kozlowski wrote:
> If regmap_read() fails, the product_id local variable will contain
> random value from the stack. Do not try to parse such value and fail
> the ASV driver probe.
>
> Fixes: 5ea428595cc5 ("soc: samsung: Add Exynos Adaptive Supply Voltage driver")
> Cc: <stable@xxxxxxxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> drivers/soc/samsung/exynos-asv.c | 8 +++++++-

Applied.

Best regards,
Krzysztof