]> git.ipfire.org Git - thirdparty/linux.git/commit
spi: cadence-quadspi: Use BIT() macros where possible
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 5 Sep 2025 18:59:58 +0000 (00:29 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 9 Sep 2025 13:17:35 +0000 (14:17 +0100)
commitd9e33b38c89f4cf8c32b8481dbcf3a6cdbba4595
treec455e95290a2bb5538a922e33427404704de31a2
parent858d4d9e0a9d6b64160ef3c824f428c9742172c4
spi: cadence-quadspi: Use BIT() macros where possible

Convert few open coded bit shifts to BIT() macro for better readability.
No functional changes intended.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Santhosh Kumar K <s-k6@ti.com>
Message-ID: <20250905185958.3575037-5-s-k6@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence-quadspi.c