summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcb4xxp/base.c')
-rw-r--r--drivers/dahdi/wcb4xxp/base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/wcb4xxp/base.c b/drivers/dahdi/wcb4xxp/base.c
index 192303e..d0eed55 100644
--- a/drivers/dahdi/wcb4xxp/base.c
+++ b/drivers/dahdi/wcb4xxp/base.c
@@ -2694,7 +2694,6 @@ static int __devinit b4xx_probe(struct pci_dev *pdev, const struct pci_device_id
}
/* card found, enabled and main struct allocated. Fill it out. */
- b4->magic = WCB4XXP_MAGIC;
b4->variety = dt->desc;
b4->card_type = dt->card_type;
b4->pdev = pdev;
@@ -2864,7 +2863,6 @@ static void __devexit b4xxp_remove(struct pci_dev *pdev)
pci_disable_device(pdev);
b4->ioaddr = b4->addr = NULL;
- b4->magic = 0;
tasklet_kill(&b4->b4xxp_tlet);