linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.22 drivers/char/ip2main.c [Take 2]
@ 2003-09-01  0:02 Adrian & Chantal
  0 siblings, 0 replies; only message in thread
From: Adrian & Chantal @ 2003-09-01  0:02 UTC (permalink / raw)
  To: linux-kernel

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


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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-01  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-01  0:02 [PATCH] 2.4.22 drivers/char/ip2main.c [Take 2] Adrian & Chantal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).