[PATCH] char: Remove unused variable

From: Richard Weinberger
Date: Sat Jun 05 2010 - 17:05:23 EST


card is never used within isicom_open().

Signed-off-by: Richard Weinberger <richard@xxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/