commit | 322b7d6d3efd34c7da858b27d7a410b84a9ed6db | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon May 09 09:11:55 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 08:56:30 2016 -0700 |
tree | 9ae8203df98f8b1c578cb06289a44869e431f694 | |
parent | a2a5f1a2d23b453e2f11c10928c54b282fbe6147 [diff] |
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>