From 4e7d8961e2949b5dd88b150b679b7800e8f30401 Mon Sep 17 00:00:00 2001 From: martinp Date: Tue, 2 Sep 2003 22:23:37 +0000 Subject: Get rid of the Double missed interrupt message every time you load the driver git-svn-id: http://svn.digium.com/svn/zaptel/trunk@238 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wct4xxp.c') diff --git a/wct4xxp.c b/wct4xxp.c index d3bbad6..f1f1b15 100755 --- a/wct4xxp.c +++ b/wct4xxp.c @@ -1409,6 +1409,8 @@ static int __devinit t4_init_one(struct pci_dev *pdev, const struct pci_device_i wc->memaddr = pci_resource_start(pdev, 0); wc->memlen = pci_resource_len(pdev, 0); wc->membase = ioremap(wc->memaddr, wc->memlen); + /* This rids of the Double missed interrupt message after loading */ + wc->last0 = 1; #if 0 if (!request_mem_region(wc->memaddr, wc->memlen, wc->variety)) printk("wct4: Unable to request memory region :(, using anyway...\n"); -- cgit v1.2.3