tty: icom.c: move assignment out of if () block
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 09:22:10 +0000 (11:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:04:17 +0000 (19:04 +0200)
commit01e51df54697c0ad6dbc5c7bc81b3af3f5329dc0
tree61211c77ce4cfb9898f40d1164f8bfb8d8365100
parent873b4f189289660f7f35c1e65f52e7f437bf20c8
tty: icom.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/serial/icom.c
This page took 0.024525 seconds and 5 git commands to generate.