Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33418
b: refs/heads/master
c: b20d2ae
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Aug 16, 2006
1 parent 1c48174 commit 704fe01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d8316d5ea4dcf0bf15d8a06d539ed7c99e9cfbe
refs/heads/master: b20d2aeb0ad322cbe7fd9120acae6118231b17a3
3 changes: 3 additions & 0 deletions trunk/drivers/acpi/sbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1714,6 +1714,9 @@ static int __init acpi_sbs_init(void)
{
int result = 0;

if (acpi_disabled)
return -ENODEV;

init_MUTEX(&sbs_sem);

if (capacity_mode != DEF_CAPACITY_UNIT
Expand Down

0 comments on commit 704fe01

Please sign in to comment.