[PATCH 2.6.0-test3-bk9][ISDN] sedlbauer_cs.c: remove release timer

From: Vinay K Nallamothu
Date: Fri Aug 22 2003 - 10:05:49 EST


Hi Christoph,

This patch removes the PCMCIA release timer you missed out in earlier
patch. This patch is required for successful compilation of the driver.

Vinay

--- linux-2.6.0-test3-bk9/drivers/isdn/hisax/sedlbauer_cs.c 2003-08-22 15:04:47.000000000 +0530
+++ linux-2.6.0-test3-nvk/drivers/isdn/hisax/sedlbauer_cs.c 2003-08-22 20:26:49.000000000 +0530
@@ -647,7 +647,6 @@

/* XXX: this really needs to move into generic code.. */
while (dev_list != NULL) {
- del_timer(&dev_list->release);
if (dev_list->state & DEV_CONFIG)
sedlbauer_release(dev_list);
sedlbauer_detach(dev_list);



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