include stdio.h to suppress printf warning, general warnings fixups

This commit is contained in:
Marty Connor
2006-09-27 04:04:55 +00:00
parent 757618edea
commit 1da4faa896
6 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -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;
}