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 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 5AE41C433ED for ; Wed, 14 Apr 2021 02:20:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37AD3613C4 for ; Wed, 14 Apr 2021 02:20:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236976AbhDNCUo (ORCPT ); Tue, 13 Apr 2021 22:20:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:46700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237657AbhDNCUd (ORCPT ); Tue, 13 Apr 2021 22:20:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 1EC40613C4; Wed, 14 Apr 2021 02:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618366811; bh=KZBVTptfw1k5aD/8vns0ZBSVEqmjc6X2YKMWFr6ruaY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GYFUrAszwz25bQQX4pg/crm4OyOowBBg/z42I7uvZA6nzp5F5Z0Enzmta8TQkrNJE 5bxxtRJX/YNg2XHFeVFJwMPmSPt0Q7ttUPo0XPxhGCm1u//a4fyWpss/AbBMc9c4qi ADDr8lJdYFiNBDEhs+1x73uA0jwsPeo10ufivxS13XBaHJcN3+q7xFjxN4ePSb3sWB +hXaXwlzCjmVZBeIB+oLPF8hhJVRPu6Q2PTCVAKrr77+VfyOdfPUm1nOLpsVboo1Oa f10K9VHu3zC/AQTrKE4/6HuvcaHU8DkIiRxteq/oIUpV+5W4g5kX+L0F/077bXPD3e 74F6xC43IYhFg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio() From: patchwork-bot+linux-remoteproc@kernel.org Message-Id: <161836681108.7360.12823293480396429826.git-patchwork-notify@kernel.org> Date: Wed, 14 Apr 2021 02:20:11 +0000 References: <20210319094100.4185044-1-weiyongjun1@huawei.com> In-Reply-To: <20210319094100.4185044-1-weiyongjun1@huawei.com> To: Wei Yongjun Cc: linux-remoteproc@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Hello: This patch was applied to andersson/remoteproc.git (refs/heads/for-next): On Fri, 19 Mar 2021 09:41:00 +0000 you wrote: > From: Wei Yongjun > > In case of error, the function devm_ioremap() returns NULL pointer > not ERR_PTR(). The IS_ERR() test in the return value check should > be replaced with NULL test. > > 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] remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio() https://git.kernel.org/andersson/remoteproc/c/859fd2418b4b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html