linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] serial: bfin_5xx: drop unused "line" variable
@ 2010-10-27  5:04 Mike Frysinger
  2010-10-27  5:36 ` [Uclinux-dist-devel] " Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-10-27  5:04 UTC (permalink / raw)
  To: linux-serial, Greg Kroah-Hartman, Alan Cox; +Cc: uclinux-dist-devel

A recent clean up deleted the usage of this var, but not the decl.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/serial/bfin_5xx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/bfin_5xx.c b/drivers/serial/bfin_5xx.c
index a9eff2b..0774ae9 100644
--- a/drivers/serial/bfin_5xx.c
+++ b/drivers/serial/bfin_5xx.c
@@ -959,7 +959,6 @@ bfin_serial_verify_port(struct uart_port *port, struct serial_struct *ser)
  */
 static void bfin_serial_set_ldisc(struct uart_port *port, int ld)
 {
-	int line = port->line;
 	unsigned short val;
 
 	switch (ld) {
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Uclinux-dist-devel] [PATCH] serial: bfin_5xx: drop unused "line" variable
  2010-10-27  5:04 [PATCH] serial: bfin_5xx: drop unused "line" variable Mike Frysinger
@ 2010-10-27  5:36 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2010-10-27  5:36 UTC (permalink / raw)
  To: linux-serial, Greg Kroah-Hartman, Alan Cox; +Cc: uclinux-dist-devel

On Wed, Oct 27, 2010 at 01:04, Mike Frysinger wrote:
> A recent clean up deleted the usage of this var, but not the decl.

err, disregard.  ive got some patches out of order.
-mike

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-27  5:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27  5:04 [PATCH] serial: bfin_5xx: drop unused "line" variable Mike Frysinger
2010-10-27  5:36 ` [Uclinux-dist-devel] " Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).