]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: designware: Use sda_hold_time variable name everywhere
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 25 Sep 2024 12:44:22 +0000 (15:44 +0300)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 13 Nov 2024 22:29:47 +0000 (23:29 +0100)
commit7a48e71397c7401f913597688bed5156aa5305b2
treec5fa15c5bc0fc1e22187f1977da58422bb43ef52
parent86bdd8e0338133b7f0fd59a9262ef09d89864f8b
i2c: designware: Use sda_hold_time variable name everywhere

Currently the PCI glue driver uses sda_hold variable name, while
the rest of the driver use sda_hold_time. This makes things harder
to grep. Use sda_hold_time variable name everywhere.

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-pcidrv.c