serial: uartps: Do not initialize field to zero again
authorMichal Simek <michal.simek@xilinx.com>
Mon, 3 Sep 2018 13:10:50 +0000 (15:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 14:07:22 +0000 (16:07 +0200)
commit77ec669f257b2d71a641a5c67fc9ca826a8e227e
treec31618029815f5ef612e4c3f1028993cb239d5db
parent4bb1ce2350a598502b23088b169e16b43d4bc639
serial: uartps: Do not initialize field to zero again

Writing zero and NULLs to already initialized fields is not needed.
Remove this additional writes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c