diff options
Diffstat (limited to 'drivers/acpi/thermal.c')
| -rw-r--r-- | drivers/acpi/thermal.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 84c795fb9b1..30a34133793 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -1179,8 +1179,8 @@ static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz)  	tz->tz_enabled = 1; -	printk(KERN_INFO PREFIX "%s is registered as thermal_zone%d\n", -			tz->device->dev.bus_id, tz->thermal_zone->id); +	dev_info(&tz->device->dev, "registered as thermal_zone%d\n", +		 tz->thermal_zone->id);  	return 0;  }  |