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.4 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 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 74B60C47242 for ; Wed, 26 May 2021 19:04:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D259613CD for ; Wed, 26 May 2021 19:04:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235623AbhEZTFj (ORCPT ); Wed, 26 May 2021 15:05:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:41168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235817AbhEZTFN (ORCPT ); Wed, 26 May 2021 15:05:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 2B61C6157E; Wed, 26 May 2021 19:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622055807; bh=jl5vO612I25I8KbGjZGay/Hw5TPYmSuEdgcPddVNyyM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LNOPl0196jYtEKOIqgAxQmcVkKXfuMCJZgw4QbDdWBr/UCxw3KqnS5bZ6c/EfLanZ YfjeC9HjWy5ICAUjkD1qRnAZA7y05DjtTWcIP/G3Tl8v9mXby2N52+uo99fK52wPSp eDsaB/Lsobr0rkyQysYz/H+2xQmVizyt3BS9x9clDjgzrMNRJ2XYBV4wYp8AsMMSE8 4tlhNzUJ2SMUwxJ9El92BqnBeuoBiWFrVQ1NJdX3pcX7S5boGLqtaXRe0tSXhLxI3G tmDwQ5gHOJdNPzIvE3CHPchZOUIMdrJBoSrwpbnOOLgYvp3KHzxUGjQ4+EvzQOwjVT zKUGVqcnM6XSg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next v2] remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR() From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <162205580715.26840.6393061263506936412.git-patchwork-notify@kernel.org> Date: Wed, 26 May 2021 19:03:27 +0000 References: <20210326024741.841267-1-weiyongjun1@huawei.com> In-Reply-To: <20210326024741.841267-1-weiyongjun1@huawei.com> To: Wei Yongjun Cc: linux-arm-msm@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Fri, 26 Mar 2021 02:47:41 +0000 you wrote: > PTR_ERR should access the value just tested by IS_ERR, otherwise > the wrong error code will be returned. > > This commit fix it by return 'ret' directly. > > Fixes: 0af65b9b915e ("remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404") > Reported-by: Hulk Robot > Signed-off-by: Wei Yongjun > > [...] Here is the summary with links: - [-next,v2] remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR() https://git.kernel.org/qcom/c/ca0e89406ba1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html