Searched refs:next2 (Results 1 – 1 of 1) sorted by relevance
2404 char *next, *next2, *str, *tofree; in pci_ahci_legacy_config() local2426 next2 = strstr(str, ",cd:"); in pci_ahci_legacy_config()2427 if (next == NULL || (next2 != NULL && next2 < next)) in pci_ahci_legacy_config()2428 next = next2; in pci_ahci_legacy_config()