spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits
authorDhruva Gole <d-gole@ti.com>
Thu, 23 Feb 2023 09:52:02 +0000 (15:22 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 23 Feb 2023 11:40:17 +0000 (11:40 +0000)
commit078a5517d22342eb0474046d3e891427a2552e3c
treee436084a1fc6631c83f155b023c48a9624d0f974
parent152ac60677aa3760d0850de0db33d495f55e8aba
spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits

Replace the SPI_TX_OCTAL flag that appeared two time with SPI_RX_OCTAL
in the chain of '|' operators while assigning to mode_bits

Fixes: 1b74dd64c861 ("spi: Add Socionext F_OSPI SPI flash controller driver")
Reported-by: David Binderman <dcb314@hotmail.com>
Link: https://lore.kernel.org/all/DB6P189MB0568F3BE9384315F5C8C1A3E9CA49@DB6P189MB0568.EURP189.PROD.OUTLOOK.COM/
Cc: stable@vger.kernel.org
Signed-off-by: Dhruva Gole <d-gole@ti.com>
Link: https://lore.kernel.org/r/20230223095202.924626-1-d-gole@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sn-f-ospi.c