Kaynağa Gözat

Fixed debug message

tags/v0.9.3
Michael Brown 19 yıl önce
ebeveyn
işleme
c41e89af41
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      src/core/dev.c

+ 2
- 2
src/core/dev.c Dosyayı Görüntüle

@@ -41,8 +41,8 @@ int find_boot_device ( struct dev *dev ) {
41 41
 		if (  boot_driver->find_bus_boot_device ( dev,
42 42
 						  boot_driver->bus_driver ) ) {
43 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 46
 			return 1;
47 47
 		}
48 48
 	}

Loading…
İptal
Kaydet