diff options
| -rw-r--r-- | drivers/acpi/dock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 6192c8be66df..1dabdf4c07b3 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c | |||
| @@ -336,13 +336,13 @@ static void hotplug_dock_devices(struct dock_station *ds, u32 event) | |||
| 336 | static void dock_event(struct dock_station *ds, u32 event, int num) | 336 | static void dock_event(struct dock_station *ds, u32 event, int num) |
| 337 | { | 337 | { |
| 338 | struct device *dev = &dock_device->dev; | 338 | struct device *dev = &dock_device->dev; |
| 339 | char event_string[7]; | 339 | char event_string[13]; |
| 340 | char *envp[] = { event_string, NULL }; | 340 | char *envp[] = { event_string, NULL }; |
| 341 | 341 | ||
| 342 | if (num == UNDOCK_EVENT) | 342 | if (num == UNDOCK_EVENT) |
| 343 | sprintf(event_string, "UNDOCK"); | 343 | sprintf(event_string, "EVENT=undock"); |
| 344 | else | 344 | else |
| 345 | sprintf(event_string, "DOCK"); | 345 | sprintf(event_string, "EVENT=dock"); |
| 346 | 346 | ||
| 347 | /* | 347 | /* |
| 348 | * Indicate that the status of the dock station has | 348 | * Indicate that the status of the dock station has |
