aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2019-06-19 13:53:18 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-20 08:06:56 +0200
commit055ecea0aa6e619aff3b2a523f25aa9837682a8f (patch)
treecd32fa395c3768fc532d41ac9fc561f3bd0f2a0a /drivers/hwtracing
parentcoresight: platform: add OF/APCI dependency (diff)
downloadlinux-dev-055ecea0aa6e619aff3b2a523f25aa9837682a8f.tar.xz
linux-dev-055ecea0aa6e619aff3b2a523f25aa9837682a8f.zip
coresight: replicator: Add terminate entry for acpi_device_id tables
Make sure acpi_device_id tables have terminate entry. Fixes: 115b1aa23307 ("coresight: acpi: Support for platform devices") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r--drivers/hwtracing/coresight/coresight-replicator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-replicator.c b/drivers/hwtracing/coresight/coresight-replicator.c
index 542952759941..b7d6d59d56db 100644
--- a/drivers/hwtracing/coresight/coresight-replicator.c
+++ b/drivers/hwtracing/coresight/coresight-replicator.c
@@ -300,6 +300,7 @@ static const struct of_device_id static_replicator_match[] = {
#ifdef CONFIG_ACPI
static const struct acpi_device_id static_replicator_acpi_ids[] = {
{"ARMHC985", 0}, /* ARM CoreSight Static Replicator */
+ {}
};
#endif