2023-11-17 14:20:05

by Jarkko Nikula

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

On 11/10/23 21:41, Mario Limonciello wrote:
> On 11/10/2023 12:11, Andy Shevchenko wrote:
>> dw_i2c_of_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]>
> Reviewed-by: Mario Limonciello <[email protected]>
>> ---
>>   drivers/i2c/busses/i2c-designware-platdrv.c | 7 ++-----
>>   1 file changed, 2 insertions(+), 5 deletions(-)
>>
Acked-by: Jarkko Nikula <[email protected]>