Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63962
b: refs/heads/master
c: 199e9e7
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Len Brown committed Aug 12, 2007
1 parent 333b1d4 commit 0119548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 0a5245099819b0ae0a8e985f54909ba8414faba5
refs/heads/master: 199e9e7d1106686a85ee9fdf6a824051aa82682e
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,7 @@ static int acpi_ec_add(struct acpi_device *device)
/* Check if we found the boot EC */
if (boot_ec) {
if (boot_ec->gpe == ec->gpe) {
mutex_lock(&boot_ec->lock);
ec_remove_handlers(boot_ec);
mutex_unlock(&boot_ec->lock);
mutex_destroy(&boot_ec->lock);
kfree(boot_ec);
first_ec = boot_ec = NULL;
Expand Down

0 comments on commit 0119548

Please sign in to comment.