Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / acpi / fan.c
index f419849a0d3f04d8c0f55585e185e42a7d4fdaa5..acf2ab24984263d7990239a395e73862cf914c5c 100644 (file)
@@ -267,7 +267,7 @@ static int acpi_fan_add(struct acpi_device *device)
                goto end;
        }
 
-       dev_info(&device->dev, "registered as cooling_device%d\n", cdev->id);
+       dev_dbg(&device->dev, "registered as cooling_device%d\n", cdev->id);
 
        device->driver_data = cdev;
        result = sysfs_create_link(&device->dev.kobj,
This page took 0.030778 seconds and 5 git commands to generate.