2023-11-17 13:52:10

by Jarkko Nikula

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

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 <[email protected]>
> ---
> drivers/i2c/busses/i2c-designware-platdrv.c | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
Acked-by: Jarkko Nikula <[email protected]>