Re: [PATCH v3 06/25] i2c: designware: Replace a while-loop by for-loop

From: Jarkko Nikula
Date: Fri Nov 17 2023 - 08:51:58 EST


On 11/10/23 20:11, Andy Shevchenko wrote:
Replace a while-loop by for-loop in i2c_dw_probe_lock_support() to
save a few lines of code.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/i2c/busses/i2c-designware-platdrv.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

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