spi: Consistently use BIT for cs_index_mask (part 2)
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 Apr 2024 18:47:57 +0000 (21:47 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 15 Apr 2024 23:45:18 +0000 (08:45 +0900)
commitbb40996267670862544cb8e740afb77cbf3a7949
tree226abccf18d7a1b8827666360c366c1501d870a2
parentdf3431fd379dcc3b231bd109a55948c27474478d
spi: Consistently use BIT for cs_index_mask (part 2)

For some reason the commit 1209c5566f9b ("spi: Consistently use BIT
for cs_index_mask") missed one place to change, do it here to finish
the job.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240415184757.1198149-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c