Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3631559pxk; Tue, 29 Sep 2020 01:59:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyriz8HE8SrigTeEAwwKdy+B38tT/D6h6pRrZj6KSUqUYxN/L9HSMhTaszn2fPFj9H+Glb9 X-Received: by 2002:a50:d4ce:: with SMTP id e14mr2190042edj.126.1601369981688; Tue, 29 Sep 2020 01:59:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601369981; cv=none; d=google.com; s=arc-20160816; b=kdTkidLkpl1XqQYbcaFW982obQNDm16TMi/kKMfiTvKYXRwIILe0R1Fzhr9csiXhTJ 8AZb6eY4/mNepOGTH+a+idR3WYMq3Vd1DyGgUehe4CaHUe2hs0f/3triqdy21+1Eadcm /fUtcHhoFFhMGJMDzwYv6m82YtPd2+ikgSOajWf4okZ4auH71lUj3VtQnzuHDuebkgZ4 lxUtTZi7vjVYpLEEufjXINf51YvbTp+4OfE99QtWVWuyrfXsfVpkv9kTzFaI4yLx0/M6 q5m0XV8jetUf4Bh/HV95iv4XdXFfDBz9P24Y3bQ0QPhu7PmMSlkKJLrEfjA+IExN6G0W bIPA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:references:cc:to :subject; bh=H8ETBB1b891xL0tQadlP9i2KVj6VDOSt5KRSDpyuDec=; b=FEZXtkcW9KwzCpfNUyRt08JVsj9ObYVQOMNF+z6M/KThABiAMXlsTFssmXsqQFubTZ aMXtsGtn4wlIk7cTTQeFkBCNOVh/NCoC1qmt92u43iVRrYwk4GTeX7rR/jU70MwVpLa2 29q0GiDScqbSkERDxUN807ouICeJfWX4MqR3FHvjeGZl/TRJCfcNuXNklONj9i/+OwQ4 2em6fLUrzVk6A8nAhanqsnahP+AVNPusdYiYM/Dbq5o3dAdPliej1hCHp5D2fdWO7ycR hgDg4pbrQ5XWNDt341SxSUQg6bVkQoDCVhr5sxCKRqVLk0iqy9nFmAg+LdeNVYAEM6jN Kn3Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r25si2665407edc.505.2020.09.29.01.59.18; Tue, 29 Sep 2020 01:59:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727761AbgI2I6T (ORCPT + 99 others); Tue, 29 Sep 2020 04:58:19 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:14705 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727403AbgI2I6S (ORCPT ); Tue, 29 Sep 2020 04:58:18 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 1D71CC3F387B2EA285FF; Tue, 29 Sep 2020 16:58:17 +0800 (CST) Received: from [10.174.179.91] (10.174.179.91) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Tue, 29 Sep 2020 16:58:12 +0800 Subject: Re: linux-next: build warning after merge of the tty tree To: Greg KH CC: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List References: <20200929160111.18719071@canb.auug.org.au> <2e36e978-1276-6b86-3956-4346fc04093f@huawei.com> <20200929073213.GA409833@kroah.com> From: miaoqinglang Message-ID: <0993ddd8-dc95-c08b-2d6e-5a057519fa35@huawei.com> Date: Tue, 29 Sep 2020 16:58:11 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200929073213.GA409833@kroah.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.179.91] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2020/9/29 15:32, Greg KH 写道: > On Tue, Sep 29, 2020 at 02:41:27PM +0800, miaoqinglang wrote: >> >> >> 在 2020/9/29 14:01, Stephen Rothwell 写道: >>> Hi all, >>> >>> After merging the tty tree, today's linux-next build (x86_64 allmodconfig) >>> produced this warning: >>> >>> drivers/tty/serial/mvebu-uart.c: In function 'mvebu_uart_probe': >>> drivers/tty/serial/mvebu-uart.c:806:6: warning: unused variable 'ret' [-Wunused-variable] >>> 806 | int ret, id, irq; >>> | ^~~ >>> >>> Introduced by commit >>> >>> b63537020db3 ("serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()") >>> >> Hi Greg, >> >> Sorry about the noise for remaining the unused variable 'ret' in commit >> b63537020db3. >> >> Should I send another patch to clean up this warning or send another v2 >> patch instead? > > A fix-up patch would be best, as this is already in my tree. > > thanks, > > greg k-h > .A fix-up patch has been sent. Thanks >