serial: 8250: do not copy port.fifosize member twice
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 7 May 2015 10:04:46 +0000 (19:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:10:08 +0000 (19:10 +0200)
commit1ed7b84b28c1a808d70e0b189febca5bc7e58fd7
tree78fdb917fb193f002b48b955d9ed0153704ba910
parent54585ba0362a121f4e3b2fcddf62f28dbd1cf1f5
serial: 8250: do not copy port.fifosize member twice

The port.fifosize member has already been copied at 8 lines above.
Maybe the compiler optimization can clean it away, but just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_core.c