Debug message fixes.

This commit is contained in:
Michael Brown
2005-04-22 15:56:57 +00:00
parent 139d0fe481
commit db3a44b66d
3 changed files with 7 additions and 3 deletions

View File

@@ -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;
}