Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168294
b: refs/heads/master
c: 80f0c89
h: refs/heads/master
v: v3
  • Loading branch information
Luca Niccoli authored and Len Brown committed Nov 3, 2009
1 parent a464594 commit b3f304b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 58ce48a9de1dd47acb5dc00e2837214d2be1d92a
refs/heads/master: 80f0c895b57f0d936b420de6afea5167a49f62fa
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ static void __devinit eeepc_enable_camera(void)
* If the following call to set_acpi() fails, it's because there's no
* camera so we can ignore the error.
*/
set_acpi(CM_ASL_CAMERA, 1);
if (get_acpi(CM_ASL_CAMERA) == 0)
set_acpi(CM_ASL_CAMERA, 1);
}

/*
Expand Down

0 comments on commit b3f304b

Please sign in to comment.