[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1275771490-15190-1-git-send-email-richard@nod.at>
Date: Sat, 5 Jun 2010 22:58:10 +0200
From: Richard Weinberger <richard@....at>
To: gregkh@...e.de
Cc: jirislaby@...il.com, alan@...ux.intel.com,
akpm@...ux-foundation.org, joe@...ches.com,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Richard Weinberger <richard@....at>
Subject: [PATCH] char: Remove unused variable
card is never used within isicom_open().
Signed-off-by: Richard Weinberger <richard@....at>
---
drivers/char/isicom.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c
index 98310e1..50e4265 100644
--- a/drivers/char/isicom.c
+++ b/drivers/char/isicom.c
@@ -872,7 +872,6 @@ static struct tty_port *isicom_find_port(struct tty_struct *tty)
static int isicom_open(struct tty_struct *tty, struct file *filp)
{
struct isi_port *port;
- struct isi_board *card;
struct tty_port *tport;
tport = isicom_find_port(tty);
--
1.6.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists