From ebffbc6cdb8126f1034f5e0e6cd844efb1c3f03f Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Thu, 8 Jan 2015 14:19:50 +1000 Subject: [PATCH] serial: mcf: fix compile warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed