commit | 04825cfedf525b455384547adb90102d02b293b4 | [log] [tgz] |
---|---|---|
author | Suthikulpanit, Suravee <Suravee.Suthikulpanit@amd.com> | Wed Jun 10 11:08:55 2015 -0500 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jun 15 14:40:49 2015 +0200 |
tree | babeed41b72d46366e480289c71c9af7477fb4e2 | |
parent | 05ca556003b1d6b4df0b8831e4c07fad7f5bdd2c [diff] |
crypto: ccp - Unify coherency checking logic with device_dma_is_coherent() Currently, the driver has separate logic to determine device coherency for DT vs ACPI. This patch simplifies the code with a call to device_dma_is_coherent(). Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>