commit | 9a4115ba10d9488e390ae93e43ef801961f537e8 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 30 11:22:12 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 10 19:04:17 2015 +0200 |
tree | afe63c46419e05098a2d9df7a0b2be597c3299fe | |
parent | a8d087d3dc7594ce295680eb7b9d2b332a0e4b9c [diff] |
tty: ioc4_serial.c: move assignment out of if () block We should not be doing assignments within an if () block so fix up the code to not do this. change was created using Coccinelle. CC: Pat Gefre <pfg@sgi.com> CC: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>