public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pc300 driver misplaced ;
@ 2004-03-30 14:35 Dave Jones
  2004-03-30 14:54 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2004-03-30 14:35 UTC (permalink / raw)
  To: pc300; +Cc: Linux Kernel

--- linux-2.6.4/drivers/net/wan/pc300_drv.c~	2004-03-30 15:30:57.000000000 +0100
+++ linux-2.6.4/drivers/net/wan/pc300_drv.c	2004-03-30 15:32:11.000000000 +0100
@@ -3661,7 +3661,7 @@
 			release_mem_region(card->hw.falcphys, card->hw.falcsize);
 		}
 		for (i = 0; i < card->hw.nchan; i++)
-			if (card->chan[i].d.dev);
+			if (card->chan[i].d.dev)
 				free_netdev(card->chan[i].d.dev);
 		if (card->hw.irq)
 			free_irq(card->hw.irq, card);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-30 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-30 14:35 [PATCH] pc300 driver misplaced ; Dave Jones
2004-03-30 14:54 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox