Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2294719ybi; Mon, 17 Jun 2019 02:16:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKrcQit/90EF5jfBMsfFTLjfinha3TaIDIOhWvmWcWJpEKStJ8CMfnO0hN+6dbadowRcfS X-Received: by 2002:a17:902:7083:: with SMTP id z3mr42302580plk.205.1560762969786; Mon, 17 Jun 2019 02:16:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560762969; cv=none; d=google.com; s=arc-20160816; b=VBLYSQpsAwTqoGEu3YgjJbfryDBLGWpy4xFMSe7kfMFWN5Zj86zm6RgmDhws7UdeoE qRNas59VYEyxQ7c0tGAgz+KlsqLVTXfzKQGS15csFd0oxB+R1ckK0dFIecBdCDnh3wKK e4Vln577n98kDNTv8bM8NwN8B4k6hQNt94qX5jpRVmYj1vMOg+4o4qBkT7DRa4+LlFev PCh0jtz9uSA8E9EhJxvTeoUJwaosNb4NnO2VA/39OlgVWoVtnw+Z9fpJ2+9zXXtuZ7sj x5/5K3NQMuvdNHnK3bH7H8AFJpcOVDNwlJz0XckxNgckSlIPvzvbc5HlEIfAPbgjd/3U AFag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=kFzE2B8+6o4i4PMw+CnHL0M7qGMQKlm/DcpwWeJbGc8=; b=X4JSkL0eoF584o1HMsfKeRrSPgZWL3DLf5Fg108bxjlckpNqLlsXGP0ewHuDlhEy8y KmNZ90fvHBHiH/ZwEYpCuRu6Z4adCQSLMj2dzaFHHNzs7sDOLeLcu7rCpIZXIvvu+Amy QEf2sFgIun2v2fF1oPvG336g+HrnuYFUr/qiPvwIjTe6BaR94ryI1H5PCj2ImxRBsWEJ vLdL30jm+xClOUC0wZq0IFGJMZGFHQ3ZNkCz9f+hlhgQ+K6cfXbmcK8Ai7oIG9bbDwf9 m0ryHpO3K5Wltly7mVGCJm0SgQF1UaG2W06PvdUVYrKo8OsgeWT8hOFz+Ux1eIYW+yu/ gTww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f193si10803232pgc.144.2019.06.17.02.15.53; Mon, 17 Jun 2019 02:16:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727977AbfFQJPl (ORCPT + 99 others); Mon, 17 Jun 2019 05:15:41 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:18626 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726753AbfFQJPl (ORCPT ); Mon, 17 Jun 2019 05:15:41 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 73CD570A31DEC0659387; Mon, 17 Jun 2019 17:15:38 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.439.0; Mon, 17 Jun 2019 17:15:29 +0800 From: Wei Yongjun To: Mathieu Poirier , Suzuki K Poulose , Alexander Shishkin CC: Wei Yongjun , , , Subject: [PATCH -next v2] coresight: replicator: Add terminate entry for acpi_device_id tables Date: Mon, 17 Jun 2019 09:22:53 +0000 Message-ID: <20190617092253.167231-1-weiyongjun1@huawei.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190615104440.94149-1-weiyongjun1@huawei.com> References: <20190615104440.94149-1-weiyongjun1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Originating-IP: [10.175.113.25] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Make sure acpi_device_id tables have terminate entry. Fixes: fe446287ec9f ("coresight: acpi: Support for platform devices") Signed-off-by: Wei Yongjun Reviewed-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-replicator.c | 1 + 1 file changed, 1 insertion(+) 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