Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13d93924 authored by Len Brown's avatar Len Brown
Browse files

Merge branches 'release' and 'dock' into release

parents d9ea1364 9171f834
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}