serial: mcf: fix compile warnings
authorGreg Ungerer <gerg@uclinux.org>
Thu, 8 Jan 2015 04:19:50 +0000 (14:19 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 22:06:57 +0000 (14:06 -0800)
commitebffbc6cdb8126f1034f5e0e6cd844efb1c3f03f
treefc0f695fe3adfc665a6b1fec4e1d32c4e9effc21
parent6a1c34f4fd17ba647665fab1a8be6f22ae1f2ca8
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>
drivers/tty/serial/mcf.c