[PATCH] i2c-i801: Remove PCI function check
authorJean Delvare <khali@linux-fr.org>
Mon, 12 Jun 2006 19:51:20 +0000 (21:51 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jun 2006 18:10:35 +0000 (11:10 -0700)
commit520e64d5c081c76b77b4ee87d241cd3e40edc43a
tree7ff6d4868a5be78b10e7a84927c18fc3c42cc538
parentd8db8f98562c1e358e42503bb920f75f15a5c6d2
[PATCH] i2c-i801: Remove PCI function check

i2c-i801: Remove PCI function check

Remove the PCI function number check when probing devices.
This check is redundant, each function has a separate PCI device
ID, so checking for that ID is sufficient.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/busses/i2c-i801.c