serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERR
authorColin Ian King <colin.king@canonical.com>
Fri, 23 Feb 2018 14:14:51 +0000 (14:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Feb 2018 12:46:03 +0000 (13:46 +0100)
Bit pattern STAT_FRM_ERR is being bit-wise or'd twice; remove the
redundant 2nd STAT_FRM_ERR

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mvebu-uart.c

index a100e98259d7e86579554e9b4c768b49f6ef9383..a4176afb9404fde3cc2e3adcced4e705408ca9d9 100644 (file)
@@ -65,7 +65,7 @@
 #define  STAT_FRM_ERR          BIT(2)
 #define  STAT_PAR_ERR          BIT(1)
 #define  STAT_OVR_ERR          BIT(0)
-#define  STAT_BRK_ERR          (STAT_BRK_DET | STAT_FRM_ERR | STAT_FRM_ERR\
+#define  STAT_BRK_ERR          (STAT_BRK_DET | STAT_FRM_ERR \
                                 | STAT_PAR_ERR | STAT_OVR_ERR)
 
 #define UART_BRDV              0x10