Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117350
b: refs/heads/master
c: 0a918a9
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Oct 11, 2008
1 parent 37e4b87 commit 0c027aa
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c5d191b8e531e33b823242f3d2c6b81d765e96dd
refs/heads/master: 0a918a9432cc30aede10f904253b66ea6ab485ac
5 changes: 3 additions & 2 deletions trunk/drivers/acpi/dock.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,9 @@ static void handle_dock(struct dock_station *ds, int dock)
arg.integer.value = dock;
status = acpi_evaluate_object(ds->handle, "_DCK", &arg_list, &buffer);
if (ACPI_FAILURE(status) && status != AE_NOT_FOUND)
printk(KERN_ERR PREFIX "%s - failed to execute _DCK\n",
(char *)name_buffer.pointer);
ACPI_EXCEPTION((AE_INFO, status, "%s - failed to execute"
" _DCK\n", (char *)name_buffer.pointer));

kfree(buffer.pointer);
kfree(name_buffer.pointer);
}
Expand Down

0 comments on commit 0c027aa

Please sign in to comment.