Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310150
b: refs/heads/master
c: 3398241
h: refs/heads/master
v: v3
  • Loading branch information
Mattia Dongili authored and Matthew Garrett committed May 31, 2012
1 parent 8d88f96 commit 584b4c7
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: d6f15ed876b83a1a0eba1d0473eef58acc95444a
refs/heads/master: 3398241b0567c662a6fcf7e61c72c74aa9cee3e8
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,8 @@ static void sony_nc_rfkill_setup(struct acpi_device *device)

device_enum = (union acpi_object *) buffer.pointer;
if (!device_enum) {
pr_err("No SN06 return object\n");
goto out_no_enum;
pr_err("No SN06 return object.");
return;
}
if (device_enum->type != ACPI_TYPE_BUFFER) {
pr_err("Invalid SN06 return object 0x%.2x\n",
Expand Down

0 comments on commit 584b4c7

Please sign in to comment.