Procházet zdrojové kódy

Fixed debug message

tags/v0.9.3
Michael Brown před 21 roky
rodič
revize
c41e89af41
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      src/core/dev.c

+ 2
- 2
src/core/dev.c Zobrazit soubor

41
 		if (  boot_driver->find_bus_boot_device ( dev,
41
 		if (  boot_driver->find_bus_boot_device ( dev,
42
 						  boot_driver->bus_driver ) ) {
42
 						  boot_driver->bus_driver ) ) {
43
 			DBG ( "Found device %s (ID %hhx:%hx:%hx)\n",
43
 			DBG ( "Found device %s (ID %hhx:%hx:%hx)\n",
44
-			      dev->name, dev->devid->bus_type,
45
-			      dev->devid->vendor_id, dev->devid->device_id );
44
+			      dev->name, dev->devid.bus_type,
45
+			      dev->devid.vendor_id, dev->devid.device_id );
46
 			return 1;
46
 			return 1;
47
 		}
47
 		}
48
 	}
48
 	}

Načítá se…
Zrušit
Uložit