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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 53643C43461 for ; Tue, 13 Apr 2021 22:00:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DF7861249 for ; Tue, 13 Apr 2021 22:00:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348553AbhDMWAl (ORCPT ); Tue, 13 Apr 2021 18:00:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:51952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347013AbhDMWAc (ORCPT ); Tue, 13 Apr 2021 18:00:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id E10B3613B1; Tue, 13 Apr 2021 22:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618351211; bh=j/AYgv69HBntVOwg2WIUQMPAJaKrQqE3LEUpXN2Ddq8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CeVwRUayYSKWdaV7cMW5wm3tEVpZ4JixuQsL0U/IiMdws5LZtW8H+huxI6A2rU4nc ybfnn/adCLm+GXully6useUp98h21H045ghJJjnff/eSftYQt6u/J1NA4mBHdjSjIP xI6WHipPXxfoeN/kHZF40YE5TprjjSoTH/1DOKIb3/7X5Sm+BbPyDu1mv964VTM4GE aJN6O2oBajRO0K8KvZK9tRalWK0NaYKkKJDQn10ni5HHrVQDFfjkGOSL33Zm8ddVyP GckVuRJhU7GdbPiJeIH7990QEbaF9zUG3/cZES6BBg+x7Bkq67cOZwigcg1daEuc2q J2P0A6cq7oPIw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] nfc: st-nci: remove unnecessary label From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161835121185.27588.5056681740611769897.git-patchwork-notify@kernel.org> Date: Tue, 13 Apr 2021 22:00:11 +0000 References: <20210413094530.22076-1-samirweng1979@163.com> In-Reply-To: <20210413094530.22076-1-samirweng1979@163.com> To: samirweng1979 Cc: davem@davemloft.net, alex.dewar90@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, wengjianfeng@yulong.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 13 Apr 2021 17:45:30 +0800 you wrote: > From: wengjianfeng > > in st_nci_spi_write function, first assign a value to a variable then > goto exit label. return statement just follow the label and exit label > just used once, so we should directly return and remove exit label. > > Signed-off-by: wengjianfeng > > [...] Here is the summary with links: - nfc: st-nci: remove unnecessary label https://git.kernel.org/netdev/net-next/c/eba43fac8dfa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html