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>