[PATCH] 2.4.22 drivers/char/ip2main.c

From: Adrian Levi
Date: Sun Aug 31 2003 - 18:51:59 EST


Unused variable rc in function ip2_init_board(int).
I am not subscribed to lkml, please cc comments to hoarder@xxxxxxxxxxxxxxxxx

--- /home/adrian/linux/drivers/char/ip2main.c 2003-09-01 09:43:40.000000000
+1000
+++ /home/adrian/linux-2.4.22/drivers/char/ip2main.c 2002-11-29
09:53:12.000000000 +1000
@@ -988,7 +988,7 @@
static void __init
ip2_init_board( int boardnum )
{
- int i;
+ int i,rc;
int nports = 0, nboxes = 0;
i2ChanStrPtr pCh;
i2eBordStrPtr pB = i2BoardPtrTable[boardnum];


-
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/