From 3215a87dbbce676aa434a6d5b4835e456dac3605 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jun 2011 01:36:35 +0200 Subject: Remove unsupported devices --- driver/int.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'driver/int.c') diff --git a/driver/int.c b/driver/int.c index 1cca7b2..285aa0e 100644 --- a/driver/int.c +++ b/driver/int.c @@ -247,9 +247,7 @@ static bool pcidriver_irq_acknowledge(pcidriver_privdata_t *privdata) /* FIXME: guillermo: which ones? all? */ /* Test if we have to handle this interrupt */ - if ((privdata->pdev->vendor != PCIEABB_VENDOR_ID) || - (privdata->pdev->device != PCIEABB_DEVICE_ID)) - return false; + return false; // The device is not supported any more /* Acknowledge the device */ /* this is for ABB / wenxue DMA engine */ -- cgit v1.2.3