commit | 0f6aa09e40c38d734f5d70762056116ca4a76126 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Feb 12 00:52:49 2014 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Feb 12 14:55:16 2014 +0100 |
tree | b6c7d8d5133432e97ba9e42a6d3df94b1b828e4e | |
parent | 8fcfb99c8e29c73dd8945b6105ef54ca4eeb171e [diff] |
ACPI / container: Fix error code path in container_device_attach() To avoid leaking memory on errors from device_register(), do a put_device() on the device object in question in the error code path of container_device_attach(). Fixes: caa73ea158de (ACPI / hotplug / driver core: Handle containers in a special way) Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>