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);
On Fri, Aug 22, 2003 at 08:36:23PM +0530, Vinay K Nallamothu wrote:
> 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.
Oops. Linus, can you please apply the patch below?
--- 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);