i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 25 Sep 2024 12:44:21 +0000 (15:44 +0300)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 13 Nov 2024 22:29:47 +0000 (23:29 +0100)
commit86bdd8e0338133b7f0fd59a9262ef09d89864f8b
tree8c203df4f76ed7d671a4a8f2f4f74285f4a15349
parentdd05a76e694027998c8a7a568c44e67cf0bfe04e
i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()

The 'cond' parameter is not being used (always default, hence drop it
and hence make it consistent with i2c_dw_scl_lcnt().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-designware-common.c
drivers/i2c/busses/i2c-designware-core.h
drivers/i2c/busses/i2c-designware-master.c