]> git.baikalelectronics.ru Git - kernel.git/commit
tty: amiserial.c: move assignment out of if () block
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 09:22:05 +0000 (11:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:04:16 +0000 (19:04 +0200)
commit7e81eb0ef928ddc0c9633711ae53de8fea379c3a
tree8e4cf5adaee137a054bf3dd4a3bd1c4875c1cc5e
parent9b464477e61023e850ff8533f67964a4b1a2e0a9
tty: amiserial.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: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/amiserial.c