aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2009-01-20 10:17:45 -0500
committerLen Brown <len.brown@intel.com>2009-01-20 14:35:29 -0500
commited6f44215374d94c35cbe98b582d004b9a3f5fbe (patch)
treed00ed001016ce29a5c4c8d990f48e57819749ba7 /drivers/platform
parent12d6f35b0ff1f446d465e95e9a2fe187263479ef (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')
-rw-r--r--drivers/platform/x86/asus-laptop.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index 53dbfb42062..56af6cf385b 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)
1184 /* GPS is on by default */ 1184 /* GPS is on by default */
1185 write_status(NULL, 1, GPS_ON); 1185 write_status(NULL, 1, GPS_ON);
1186 1186
1187 end: 1187end:
1188 if (result) { 1188 if (result) {
1189 kfree(hotk->name); 1189 kfree(hotk->name);
1190 kfree(hotk); 1190 kfree(hotk);
@@ -1393,25 +1393,25 @@ static int __init asus_laptop_init(void)
1393 1393
1394 return 0; 1394 return 0;
1395 1395
1396 fail_sysfs: 1396fail_sysfs:
1397 platform_device_del(asuspf_device); 1397 platform_device_del(asuspf_device);
1398 1398
1399 fail_platform_device2: 1399fail_platform_device2:
1400 platform_device_put(asuspf_device); 1400 platform_device_put(asuspf_device);
1401 1401
1402 fail_platform_device1: 1402fail_platform_device1:
1403 platform_driver_unregister(&asuspf_driver); 1403 platform_driver_unregister(&asuspf_driver);
1404 1404
1405 fail_platform_driver: 1405fail_platform_driver:
1406 asus_led_exit(); 1406 asus_led_exit();
1407 1407
1408 fail_led: 1408fail_led:
1409 asus_input_exit(); 1409 asus_input_exit();
1410 1410
1411 fail_input: 1411fail_input:
1412 asus_backlight_exit(); 1412 asus_backlight_exit();
1413 1413
1414 fail_backlight: 1414fail_backlight:
1415 1415
1416 return result; 1416 return result;
1417} 1417}