diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-01-20 16:17:45 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-20 14:35:29 -0500 |
commit | ed6f44215374d94c35cbe98b582d004b9a3f5fbe (patch) | |
tree | d00ed001016ce29a5c4c8d990f48e57819749ba7 /drivers/platform/x86/asus-laptop.c | |
parent | 12d6f35b0ff1f446d465e95e9a2fe187263479ef (diff) |
asus-laptop: fix label indentation
Fix the label indentation
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/asus-laptop.c')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 53dbfb420627..56af6cf385b0 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c @@ -1184,7 +1184,7 @@ static int asus_hotk_add(struct acpi_device *device) /* GPS is on by default */ write_status(NULL, 1, GPS_ON); - end: +end: if (result) { kfree(hotk->name); kfree(hotk); @@ -1393,25 +1393,25 @@ static int __init asus_laptop_init(void) return 0; - fail_sysfs: +fail_sysfs: platform_device_del(asuspf_device); - fail_platform_device2: +fail_platform_device2: platform_device_put(asuspf_device); - fail_platform_device1: +fail_platform_device1: platform_driver_unregister(&asuspf_driver); - fail_platform_driver: +fail_platform_driver: asus_led_exit(); - fail_led: +fail_led: asus_input_exit(); - fail_input: +fail_input: asus_backlight_exit(); - fail_backlight: +fail_backlight: return result; } |