aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r--drivers/i2c/busses/i2c-i801.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 0d5374cce9c..b651493375c 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -107,10 +107,6 @@ static int i801_setup(struct pci_dev *dev)
107 int error_return = 0; 107 int error_return = 0;
108 unsigned char temp; 108 unsigned char temp;
109 109
110 /* Note: we keep on searching until we have found 'function 3' */
111 if(PCI_FUNC(dev->devfn) != 3)
112 return -ENODEV;
113
114 I801_dev = dev; 110 I801_dev = dev;
115 if ((dev->device == PCI_DEVICE_ID_INTEL_82801DB_3) || 111 if ((dev->device == PCI_DEVICE_ID_INTEL_82801DB_3) ||
116 (dev->device == PCI_DEVICE_ID_INTEL_82801EB_3) || 112 (dev->device == PCI_DEVICE_ID_INTEL_82801EB_3) ||