From: Kweh Hock Leong <hock.leong.k...@intel.com>
Date: Thu, 11 Sep 2014 16:38:39 +0800

> +             if ((!strcmp(quark_x1000_phy_info[i].board_name, board_name)) &&
> +                 quark_x1000_phy_info[i].pci_func_num == func_num)

It is entirely erroneous to identify a device by it's _PHYSICAL_ geographic
location on the PCI bus.

Please get rid of this PCI function number comparison and if necessary
find another means of identification.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to