summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 2 insertions, 0 deletions
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");