tty: cyclades+mxser, do not initialize to zero
authorJiri Slaby <jslaby@suse.cz>
Mon, 9 May 2016 07:11:55 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 15:56:30 +0000 (08:56 -0700)
commit322b7d6d3efd34c7da858b27d7a410b84a9ed6db
tree9ae8203df98f8b1c578cb06289a44869e431f694
parenta2a5f1a2d23b453e2f11c10928c54b282fbe6147
tty: cyclades+mxser, do not initialize to zero

Do not initialize members of initialized structures to zero. They are
zeroed automatically.

Part of hub6 cleanup series.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/cyclades.c
drivers/tty/mxser.c