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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 056C9C433F5 for ; Wed, 20 Oct 2021 08:50:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E414C6109F for ; Wed, 20 Oct 2021 08:50:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230058AbhJTIxE (ORCPT ); Wed, 20 Oct 2021 04:53:04 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:25192 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229764AbhJTIxA (ORCPT ); Wed, 20 Oct 2021 04:53:00 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1634719846; h=Date: Message-ID: Cc: To: References: In-Reply-To: From: Subject: Content-Transfer-Encoding: MIME-Version: Content-Type: Sender; bh=HBQ3L1Q9DP2ke7hrN55rY3sAmUH25FHoGf4Xq4g6QAY=; b=M/utqfA80bMcMkZ69LLEfTvGVpQ1h9qrhYCKK4Qbo9oD0GZtIYQ27K/upTXICHEn+VYG5O3I AVVzFOPi4SoNoU/q8W0TExOfG0LCvWTXQd0H+XURaBNPuvy0hvIp2iR+VY1Q+6hJlyrisXUx 9hgjFg/NH+pd8b6jxh+UaBreLn0= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-west-2.postgun.com with SMTP id 616fd8545ca800b6c137d954 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 20 Oct 2021 08:50:28 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id CA73DC43460; Wed, 20 Oct 2021 08:50:28 +0000 (UTC) Received: from tykki.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 65786C4338F; Wed, 20 Oct 2021 08:50:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 65786C4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] rtw89: fix error function parameter From: Kalle Valo In-Reply-To: <20211019035311.974706-1-lv.ruyi@zte.com.cn> References: <20211019035311.974706-1-lv.ruyi@zte.com.cn> To: cgel.zte@gmail.com Cc: davem@davemloft.net, kuba@kernel.org, pkshih@realtek.com, lv.ruyi@zte.com.cn, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Zeal Robot User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <163471982441.1743.9901035714649893101.kvalo@codeaurora.org> Date: Wed, 20 Oct 2021 08:50:28 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org cgel.zte@gmail.com wrote: > From: Lv Ruyi > > This patch fixes the following Coccinelle warning: > drivers/net/wireless/realtek/rtw89/rtw8852a.c:753: > WARNING possible condition with no effect (if == else) > > Reported-by: Zeal Robot > Signed-off-by: Lv Ruyi > Acked-by: Ping-Ke Shih Failed to apply, please rebase on top of wireless-drivers-next. error: patch failed: drivers/net/wireless/realtek/rtw89/rtw8852a.c:753 error: drivers/net/wireless/realtek/rtw89/rtw8852a.c: patch does not apply error: Did you hand edit your patch? It does not apply to blobs recorded in its index. hint: Use 'git am --show-current-patch' to see the failed patch Applying: rtw89: fix error function parameter Using index info to reconstruct a base tree... Patch failed at 0001 rtw89: fix error function parameter Patch set to Changes Requested. -- https://patchwork.kernel.org/project/linux-wireless/patch/20211019035311.974706-1-lv.ruyi@zte.com.cn/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches