Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44948
b: refs/heads/master
c: e67beb3
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Dec 7, 2006
1 parent c08a78e commit 06167a1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 671adbec210efc15cef81b4616adae8bcd667296
refs/heads/master: e67beb37df7a9da9d5d1e59c5358654d007a97c5
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/dock.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ static int dock_add(acpi_handle handle)
dock_device.name = dock_device_name;
ret = platform_device_register(&dock_device);
if (ret) {
printk(KERN_ERR PREFIX "Error registering dock device\n", ret);
printk(KERN_ERR PREFIX "Error %d registering dock device\n", ret);
kfree(dock_station);
return ret;
}
Expand Down

0 comments on commit 06167a1

Please sign in to comment.