mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +03:00
include stdio.h to suppress printf warning, general warnings fixups
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ int find_by_driver ( struct bus_loc *bus_loc, struct bus_dev *bus_dev,
|
||||
return 1;
|
||||
} while ( bus_driver->next_location ( bus_loc ) );
|
||||
|
||||
DBG ( "DEV found no device for driver %s\n" );
|
||||
DBG ( "DEV found no device for driver %s\n", device_driver->name );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user