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)
commit0ef5a6e09b99c39439d09a957bd40dd3154b51ba
tree99bf245b949c7dc3121076bfb3cf91f78512c9d5
parent45ca673e81df80f24a575e0a9a4e33c1f865ad08
serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERR

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