summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp/base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-07-02 21:10:25 +0000
committerShaun Ruffell <sruffell@digium.com>2009-07-02 21:10:25 +0000
commit17c451a6178020dd6772e88502544c693d818024 (patch)
tree5a6c387722ce1c83d340ed356dea154e7f2f9303 /drivers/dahdi/wcb4xxp/base.c
parent298c78efc8c91a359bc7489578e3a144a33f4e8d (diff)
wcb4xxp: Remove 'magic' debug member from b4xxp structure.
Remove some stale debug code. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6824 a0bf4364-ded3-4de4-8d8a-66a801d63aff
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);