commit | fff905f32966109d513ae17afc6fe39f1c76bb67 | [log] [tgz] |
---|---|---|
author | Wei Yang <weiyang@linux.vnet.ibm.com> | Tue Jun 30 09:16:41 2015 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jul 14 23:35:36 2015 -0500 |
tree | 551bd72002082fbd53f1156b98f1b6fc5d2d42ce | |
parent | ffb4d602623aef9eb813a35b87b20854c030a2ec [diff] |
PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirks Some quirks search for a HyperTransport capability and use a hard-coded TTL value of 48 to avoid an infinite loop. Move the definition of PCI_FIND_CAP_TTL to pci.h and use it instead of the hard-coded TTL values. [bhelgaas: changelog] Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>