Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739056
Collapse All | Expand All

(-)a/hw/xfree86/common/xf86platformBus.c (-1 / +1 lines)
Lines 289-295 xf86platformProbe(void) Link Here
289
    for (i = 0; i < xf86_num_platform_devices; i++) {
289
    for (i = 0; i < xf86_num_platform_devices; i++) {
290
        char *busid = xf86_platform_odev_attributes(i)->busid;
290
        char *busid = xf86_platform_odev_attributes(i)->busid;
291
291
292
        if (pci && (strncmp(busid, "pci:", 4) == 0)) {
292
        if (pci && busid && (strncmp(busid, "pci:", 4) == 0)) {
293
            platform_find_pci_info(&xf86_platform_devices[i], busid);
293
            platform_find_pci_info(&xf86_platform_devices[i], busid);
294
        }
294
        }

Return to bug 739056