Searched refs:tmp_pdev (Results 1 – 1 of 1) sorted by relevance
68 struct pci_dev *tmp_pdev; in mt7915_pci_init_hif2() local72 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2()73 if (!tmp_pdev) { in mt7915_pci_init_hif2()74 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()75 if (!tmp_pdev) in mt7915_pci_init_hif2()78 pci_dev_put(tmp_pdev); in mt7915_pci_init_hif2()