From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F654C433ED for ; Thu, 13 May 2021 13:59:03 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B4BE613CB for ; Thu, 13 May 2021 13:59:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B4BE613CB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jYSH8TyXBUSjZf+Jb2ybtBrdgECFYH75qJy0sIbHeyo=; b=IMRxyPWUHmhTKoNFpoNRKUaDS E/6dLAMJAeMjIqWpEgWzonSW8VKXHIbxSvR+2BHPcYa4PPWmb+9370zKPsGsrktohWYGE63JuacDq GPJNK05woxZCpz8A7kzeW5EJybgYkjON7S40sAvbFCmtAXqRZ2y/UxMJMtY46Hj70Sq4yjERU8DuW d7+hNUY2j1r2/IRgqku1yh4Qwkax/mytVR/J0xOQewt+0rMW4Lf/e6a/8Ejg2e0Io3fylvO0twig8 TgCIklzscP6DIwq38CFU5XNRFHXuFkY6VUtVz0NQpio3hCF7S+BYTHKKg6v73oXt6T2gO/n3Rz6xt 6HOS0GOvw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lhBpO-005gWY-Ha; Thu, 13 May 2021 13:56:38 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lhBpL-005gWJ-VT for linux-arm-kernel@desiato.infradead.org; Thu, 13 May 2021 13:56:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=HoG25gSN0HRhaF0yBIzaPTAnIKjiR9u1J1RpXvPD6Pg=; b=qMLNZRWYphWl/ZxOS17JhN2uhp BQxgmEwhsmkeijRowHrcCXdYrjIwWf5UxxhMS05Dvr4+/f/sWAOxFqsDbNaCsOvXStmfs1rK/Ya3w 6QJAtfk9k02BZYaJ45pJnRQMLJBp1jnB5wTrVvTWHLbd1ZcbqvI51EEStcWJ0f07VALjrobWKeUe/ oEgDrbQEO7qSbCGEYkb5ofl0AVXoqtsd/UmRrsd8ISE4Zv7PuhfkuoobLgSkh5/te2b/DLBtqLBQu C1KXoLzzFetcgTn+e5nzqP8S5nAbDsUL9D6UFAhGf5QraOugGhnCo0rYTVBJ+XZCIZPnfI1xQvEOr 4z16o8aw==; Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lhBpG-00BINQ-Ps for linux-arm-kernel@lists.infradead.org; Thu, 13 May 2021 13:56:34 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0FD81169E; Thu, 13 May 2021 06:56:26 -0700 (PDT) Received: from [10.57.62.72] (unknown [10.57.62.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D850C3F73B; Thu, 13 May 2021 06:56:24 -0700 (PDT) Subject: Re: [PATCH 0/3] coresight: Few cleanups To: Qi Liu , mathieu.poirier@linaro.org, mike.leach@linaro.org Cc: coresight@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com References: <1620912469-52222-1-git-send-email-liuqi115@huawei.com> From: Suzuki K Poulose Message-ID: Date: Thu, 13 May 2021 14:56:23 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <1620912469-52222-1-git-send-email-liuqi115@huawei.com> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210513_065630_920287_60F54BC4 X-CRM114-Status: GOOD ( 10.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 13/05/2021 14:27, Qi Liu wrote: > This patchset is just a clean up and should not cause a functional change. > > Junhao He (3): > coresight: core: Fix use of uninitialized pointer > coresight: core: Remove unnecessary assignment > coresight: etm4x: core: Remove redundant check of attr > > drivers/hwtracing/coresight/coresight-core.c | 3 +-- > drivers/hwtracing/coresight/coresight-etm4x-core.c | 5 ----- > 2 files changed, 1 insertion(+), 7 deletions(-) > Thanks for the cleanups. I will queue them Suzuki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel