commit | aff1e0cee36ab679552846a18d15dcb6d2e3fc4c | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Fri Sep 04 16:12:30 2015 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Sep 30 12:21:27 2015 +0530 |
tree | 701c6f1980561c8cb7e701f43f64ecc07bb879db | |
parent | ddfe4d0cce7828d79f3e3762c664342658c3f254 [diff] |
dmaengine: acpi: Use ACPI_COMPANION() instead of acpi_bus_get_device() Get pointer to the struct acpi_device by using ACPI_COMPANION() macro. This is more efficient than using ACPI_HANDLE() and acpi_bus_get_device(). Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>