From: Len Brown Date: Sat, 19 Sep 2009 06:09:50 +0000 (-0400) Subject: Merge branch 'fujitsu' into release X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=89ae400e3f57c9d60cd4da3501bb09c1502b723c;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge branch 'fujitsu' into release --- 89ae400e3f57c9d60cd4da3501bb09c1502b723c diff --cc drivers/platform/x86/fujitsu-laptop.c index eabddc9c192b,1ed3513a62a2..f35aee5c2149 --- a/drivers/platform/x86/fujitsu-laptop.c +++ b/drivers/platform/x86/fujitsu-laptop.c @@@ -697,10 -691,10 +691,10 @@@ static int acpi_fujitsu_add(struct acpi result = acpi_bus_get_power(fujitsu->acpi_handle, &state); if (result) { printk(KERN_ERR "Error reading power state\n"); - goto end; + goto err_unregister_input_dev; } - printk(KERN_INFO PREFIX "%s [%s] (%s)\n", + printk(KERN_INFO "ACPI: %s [%s] (%s)\n", acpi_device_name(device), acpi_device_bid(device), !device->power.state ? "on" : "off"); @@@ -871,10 -862,10 +862,10 @@@ static int acpi_fujitsu_hotkey_add(stru result = acpi_bus_get_power(fujitsu_hotkey->acpi_handle, &state); if (result) { printk(KERN_ERR "Error reading power state\n"); - goto end; + goto err_unregister_input_dev; } - printk(KERN_INFO PREFIX "%s [%s] (%s)\n", + printk(KERN_INFO "ACPI: %s [%s] (%s)\n", acpi_device_name(device), acpi_device_bid(device), !device->power.state ? "on" : "off");