mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Fixed debug message
This commit is contained in:
parent
39cb4d8dbb
commit
c41e89af41
@ -41,8 +41,8 @@ int find_boot_device ( struct dev *dev ) {
|
||||
if ( boot_driver->find_bus_boot_device ( dev,
|
||||
boot_driver->bus_driver ) ) {
|
||||
DBG ( "Found device %s (ID %hhx:%hx:%hx)\n",
|
||||
dev->name, dev->devid->bus_type,
|
||||
dev->devid->vendor_id, dev->devid->device_id );
|
||||
dev->name, dev->devid.bus_type,
|
||||
dev->devid.vendor_id, dev->devid.device_id );
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user