dect
/
linux-2.6
Archived
13
0
Fork 0

Merge branches 'release' and 'dock' into release

This commit is contained in:
Len Brown 2008-03-18 05:17:15 -04:00
commit 13d93924f1
1 changed files with 1 additions and 0 deletions

View File

@ -710,6 +710,7 @@ static ssize_t write_undock(struct device *dev, struct device_attribute *attr,
if (!count)
return -EINVAL;
begin_undock(dock_station);
ret = handle_eject_request(dock_station, ACPI_NOTIFY_EJECT_REQUEST);
return ret ? ret: count;
}