2023-11-17 14:47:38

by Jarkko Nikula

[permalink] [raw]
Subject: Re: [PATCH v3 12/25] i2c: designware: Drop return value from i2c_dw_acpi_configure()

On 11/10/23 20:11, Andy Shevchenko wrote:
> i2c_dw_acpi_configure() is called without checking of the returned
> value, hence just drop it by converting to void.
>
> Reviewed-by: Andi Shyti <[email protected]>
> Signed-off-by: Andy Shevchenko <[email protected]>
> ---
> drivers/i2c/busses/i2c-designware-common.c | 4 +---
> drivers/i2c/busses/i2c-designware-core.h | 4 ++--
> 2 files changed, 3 insertions(+), 5 deletions(-)
>
Acked-by: Jarkko Nikula <[email protected]>