summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rb4xx.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-03-07 18:00:59 +0300
committerMark Brown <broonie@kernel.org>2024-03-07 18:07:09 +0300
commit1209c5566f9b244bd047478b7fc90318c9a310f0 (patch)
treea0ad226dc431d7338d9f9e9796e9328dd646c17c /drivers/spi/spi-rb4xx.c
parent9086d0f23b7c292f162a828967975e29e97c0680 (diff)
downloadlinux-1209c5566f9b244bd047478b7fc90318c9a310f0.tar.xz
spi: Consistently use BIT for cs_index_mask
Some of the parts related to the chip select are using BIT() macro the rest are using plain numbers. Unify all of them to use BIT(). While at it, make the (repetitive) comment clearer when assigning cs_index_mask during SPI target device enumeration. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://msgid.link/r/20240307150256.3789138-2-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-rb4xx.c')
0 files changed, 0 insertions, 0 deletions