Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272002
b: refs/heads/master
c: 5d6afd1
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Matthew Garrett committed Oct 24, 2011
1 parent 41f6ff0 commit c87d791
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 33989ba6f7feb3d03916e42d7775d802d2fdea1e
refs/heads/master: 5d6afd150321a9e6f1180f5dced9032cce6861ac
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ static int eeepc_led_init(struct eeepc_laptop *eeepc)

static void eeepc_led_exit(struct eeepc_laptop *eeepc)
{
if (eeepc->tpd_led.dev)
if (!IS_ERR_OR_NULL(eeepc->tpd_led.dev))
led_classdev_unregister(&eeepc->tpd_led);
if (eeepc->led_workqueue)
destroy_workqueue(eeepc->led_workqueue);
Expand Down

0 comments on commit c87d791

Please sign in to comment.