All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: remove unused variable canon_change
@ 2008-09-02 21:27 Harvey Harrison
  2008-09-02 22:34 ` Alan Cox
  2008-09-03  6:37 ` Andrew Morton
  0 siblings, 2 replies; 4+ messages in thread
From: Harvey Harrison @ 2008-09-02 21:27 UTC (permalink / raw)
  To: Alan Cox; +Cc: Andrew Morton, LKML

drivers/char/tty_ioctl.c: In function ‘change_termios’:
drivers/char/tty_ioctl.c:492: warning: unused variable ‘canon_change’

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
new warning in next-20080902

 drivers/char/tty_ioctl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/char/tty_ioctl.c b/drivers/char/tty_ioctl.c
index 17e6a98..a408c8e 100644
--- a/drivers/char/tty_ioctl.c
+++ b/drivers/char/tty_ioctl.c
@@ -489,7 +489,6 @@ EXPORT_SYMBOL(tty_termios_hw_change);
 
 static void change_termios(struct tty_struct *tty, struct ktermios *new_termios)
 {
-	int canon_change;
 	struct ktermios old_termios;
 	struct tty_ldisc *ld;
 	unsigned long flags;
-- 
1.6.0.1.400.ga23d3




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

end of thread, other threads:[~2008-09-03  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 21:27 [PATCH] tty: remove unused variable canon_change Harvey Harrison
2008-09-02 22:34 ` Alan Cox
2008-09-03  6:37 ` Andrew Morton
2008-09-03  7:54   ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.