Re: [PATCH v1 1/1] i2c: designware: Use better constants from units.h

From: Jarkko Nikula
Date: Wed Apr 16 2025 - 08:23:29 EST


On 4/16/25 1:17 PM, Andy Shevchenko wrote:
When we use constants in a time or frequency related contexts,
it's better to utilise the respective definitions that have
encoded units in them. This will make code better to read and
understand.

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

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