mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
Debug message fixes.
This commit is contained in:
@@ -96,7 +96,7 @@ static int mca_check_driver ( struct bus_dev *bus_dev,
|
||||
if ( MCA_ID ( mca ) == id->id ) {
|
||||
DBG ( "MCA found ID %hx (device %s) "
|
||||
"matching driver %s\n",
|
||||
id->name, id->id, driver->name );
|
||||
id->name, id->id, device_driver->name );
|
||||
mca->name = id->name;
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user