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

From: Jarkko Nikula
Date: Fri Nov 17 2023 - 09:20:02 EST


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 <andi.shyti@xxxxxxxxxx>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx>
---
  drivers/i2c/busses/i2c-designware-platdrv.c | 7 ++-----
  1 file changed, 2 insertions(+), 5 deletions(-)

Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>