mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7928b2cbe5
commit
f49f49aa15
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user