Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39230
b: refs/heads/master
c: 4370df9
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 4769f21 commit 597c2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: e4cad1b5a4851c90c1bcf460062074a2fa10815b
refs/heads/master: 4370df9782a8456039cf85d2b833c2c2097f3ded
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/cm_sbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void acpi_unlock_ac_dir(struct proc_dir_entry *acpi_ac_dir_param)
lock_ac_dir_cnt--;
if (lock_ac_dir_cnt == 0 && acpi_ac_dir_param && acpi_ac_dir) {
remove_proc_entry(ACPI_AC_CLASS, acpi_root_dir);
acpi_ac_dir = 0;
acpi_ac_dir = NULL;
}
mutex_unlock(&cm_sbs_mutex);
}
Expand Down Expand Up @@ -99,7 +99,7 @@ void acpi_unlock_battery_dir(struct proc_dir_entry *acpi_battery_dir_param)
if (lock_battery_dir_cnt == 0 && acpi_battery_dir_param
&& acpi_battery_dir) {
remove_proc_entry(ACPI_BATTERY_CLASS, acpi_root_dir);
acpi_battery_dir = 0;
acpi_battery_dir = NULL;
}
mutex_unlock(&cm_sbs_mutex);
return;
Expand Down

0 comments on commit 597c2c0

Please sign in to comment.