commit | ebffbc6cdb8126f1034f5e0e6cd844efb1c3f03f | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Thu Jan 08 14:19:50 2015 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 09 14:06:57 2015 -0800 |
tree | fc0f695fe3adfc665a6b1fec4e1d32c4e9effc21 | |
parent | 6a1c34f4fd17ba647665fab1a8be6f22ae1f2ca8 [diff] |
serial: mcf: fix compile warnings Trivially fix the following compile time warnings: CC drivers/tty/serial/mcf.o drivers/tty/serial/mcf.c: In function ‘mcf_set_termios’: drivers/tty/serial/mcf.c:201:19: warning: unused variable ‘pp’ drivers/tty/serial/mcf.c: In function ‘mcf_config_rs485’: drivers/tty/serial/mcf.c:444:19: warning: unused variable ‘pp’ Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>