Re: [PATCH 1/3] media: tuners: tda18271: fix error code handling in tda18271_attach()

From: Sergey Shtylyov
Date: Tue Apr 16 2024 - 14:32:26 EST


On 4/16/24 2:45 PM, Roman Smirnov wrote:

> tda18271_attach() uses the hybrid_tuner_request_state() macro.
> It may return the error code -ENOMEM, but the function handle
> the value 0 instead.
>
> Found by Linux Verification Center (linuxtesting.org) with Svace.
>
> Fixes: b9302fa7ed97 ("media: tuners: fix error return code of hybrid_tuner_request_state()")
> Signed-off-by: Roman Smirnov <r.smirnov@xxxxxx>

Reviewed-by: Sergey Shtylyov <s.shtylyov@xxxxxx>

[...]

MBR, Sergey