]> git.baikalelectronics.ru Git - kernel.git/commit
spi: Rename enable1 to activate in spi_set_cs()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 20 Apr 2021 13:18:46 +0000 (16:18 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 23 Apr 2021 14:36:18 +0000 (15:36 +0100)
commit643da8f3d7bece3a6ba370ffc5cfbedf181074e7
treec52f196a8db5a5d7d457e9e976b7dd4e4aaf4862
parent156644dce56c886896a2ed2eb0ae165a3c0e2e32
spi: Rename enable1 to activate in spi_set_cs()

The enable1 is confusing name. Change it to clearly show what is
the intention behind it. No functional changes.

Fixes: 32c0737ee44d ("spi: implement SW control for CS times")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210420131846.75983-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c