Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131078
b: refs/heads/master
c: ed6f442
h: refs/heads/master
v: v3
  • Loading branch information
Corentin Chary authored and Len Brown committed Jan 20, 2009
1 parent 7c47884 commit f4176bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12d6f35b0ff1f446d465e95e9a2fe187263479ef
refs/heads/master: ed6f44215374d94c35cbe98b582d004b9a3f5fbe
16 changes: 8 additions & 8 deletions trunk/drivers/platform/x86/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit f4176bd

Please sign in to comment.