Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f49f49aa authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: sirf: remove duplicated bit-wise or of USP_RXFIFO_THD_INT



Bit pattern USP_RXFIFO_THD_INT is being bit-wise or'd twice;
remove the redundant 2nd USP_RXFIFO_THD_INT

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7928b2cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
					USP_RX_IO_DMA_INT|\
					USP_RXFIFO_FULL_INT|\
					USP_RXFIFO_THD_INT|\
					USP_RXFIFO_THD_INT|USP_RX_TIMEOUT_INT)
					USP_RX_TIMEOUT_INT)

#define USP_INT_ALL        0x1FFF