OSDN Git Service

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)
commit86527bcbc88922ea40df05d28189ee15489d2cf1
treec52f196a8db5a5d7d457e9e976b7dd4e4aaf4862
parent9ec2a73f0b09f5a5070a0092f08b1531b2cb0d8d
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: 25093bdeb6bc ("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