> On 12/21/10 02:01, Hauke Mehrtens wrote: >> Use function pci_is_pcie() instead of accessing struct member directly. >> >> CC: Ivo van Doorn <IvDoorn@xxxxxxxxx> >> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > > Acked-by: Gertjan van Wingerde <gwingerde@xxxxxxxxx> Acked-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> >> --- >> drivers/net/wireless/rt2x00/rt2x00pci.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.c b/drivers/net/wireless/rt2x00/rt2x00pci.c >> index 28e6ff1..73631c6 100644 >> --- a/drivers/net/wireless/rt2x00/rt2x00pci.c >> +++ b/drivers/net/wireless/rt2x00/rt2x00pci.c >> @@ -286,7 +286,7 @@ int rt2x00pci_probe(struct pci_dev *pci_dev, const struct pci_device_id *id) >> rt2x00dev->irq = pci_dev->irq; >> rt2x00dev->name = pci_name(pci_dev); >> >> - if (pci_dev->is_pcie) >> + if (pci_is_pcie(pci_dev)) >> rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_PCIE); >> else >> rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_PCI); > > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html