Skip to content

Commit

Permalink
Merge branches 'release' and 'dock' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
lenb committed Mar 18, 2008
2 parents d9ea136 + 9171f83 commit 13d9392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/dock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 13d9392

Please sign in to comment.