Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177577
b: refs/heads/master
c: c6f1905
h: refs/heads/master
i:
  177575: ec702b3
v: v3
  • Loading branch information
Alex Chiang authored and Len Brown committed Dec 16, 2009
1 parent 3009c15 commit b110adc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f69cfdd24ac40ab7bbd00d6ad85e003da755e3a0
refs/heads/master: c6f1905ea91bf56a921c6eb574488869c8c3eeff
3 changes: 1 addition & 2 deletions trunk/drivers/acpi/dock.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ MODULE_PARM_DESC(immediate_undock, "1 (default) will cause the driver to "
" before undocking");

static struct atomic_notifier_head dock_notifier_list;
static char dock_device_name[] = "dock";

static const struct acpi_device_id dock_device_ids[] = {
{"LNXDOCK", 0},
Expand Down Expand Up @@ -964,7 +963,7 @@ static int dock_add(acpi_handle handle)

/* initialize platform device stuff */
dock_station->dock_device =
platform_device_register_simple(dock_device_name,
platform_device_register_simple("dock",
dock_station_count, NULL, 0);
dock_device = dock_station->dock_device;
if (IS_ERR(dock_device)) {
Expand Down

0 comments on commit b110adc

Please sign in to comment.