Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177503
b: refs/heads/master
c: dc56ad9
h: refs/heads/master
i:
  177501: 6b80c79
  177499: aa55150
  177495: 1c6bb0e
  177487: 0020514
  177471: 92b73fd
v: v3
  • Loading branch information
Alan Jenkins authored and Len Brown committed Dec 9, 2009
1 parent 2b90f07 commit 9c6f71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2b56f1c170fc6338a7d907d6a7132669f9ccdf62
refs/heads/master: dc56ad9b49d20e38bb9745bf3beca84291b21a51
4 changes: 3 additions & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1248,8 +1248,10 @@ static int eeepc_led_init(struct device *dev)
return -ENOMEM;

rv = led_classdev_register(dev, &tpd_led);
if (rv)
if (rv) {
destroy_workqueue(led_workqueue);
return rv;
}

return 0;
}
Expand Down

0 comments on commit 9c6f71c

Please sign in to comment.