[2.5 patch] remove unused variable from drivers/net/irda/ali-ircc.c

Adrian Bunk (bunk@fs.tum.de)
Sun, 19 Jan 2003 00:19:07 +0100


Hi Jean,

the patch below removes an unused variable that generated a compile time
warning. I've tested the compilation with 2.5.59.

cu
Adrian

--- linux-2.5.59-full/drivers/net/irda/ali-ircc.c.old 2003-01-19 00:09:16.000000000 +0100
+++ linux-2.5.59-full/drivers/net/irda/ali-ircc.c 2003-01-19 00:12:37.000000000 +0100
@@ -248,7 +248,6 @@
struct ali_ircc_cb *self;
struct pm_dev *pmdev;
int dongle_id;
- int ret;
int err;

IRDA_DEBUG(2, "%s(), ---------------- Start ----------------\n", __FUNCTION__);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/