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=-21.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, 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 D9BB3C4161F for ; Tue, 29 Dec 2020 20:17:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C0ED821D94 for ; Tue, 29 Dec 2020 20:17:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726470AbgL2URt (ORCPT ); Tue, 29 Dec 2020 15:17:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:60232 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726462AbgL2URs (ORCPT ); Tue, 29 Dec 2020 15:17:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id E23FC22B45; Tue, 29 Dec 2020 20:15:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1609272932; bh=qDNxJlFZCy0gTc4Dly7TVdHCBTj8fY6dVzQWqZkCBJ0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=tkdbUi6ay7QP74T7VRMjZYlmZHVGvabC5HvZNzplMQ3pZBAlPhpVccR0c7GtvLaNt zXfDOkpAahW4if2fjgeecqKApEBNoK/ONGktWkuqlMC7eZYSqVG2yEV53Uw3mX8vJK Cxdll9NV3pKPfvOzNPAImG3GGgIlupNapweZfW+4JgAxRvNUgih6JjuwfivVKQZarH igUj7vcXgSYwY/elUuDkFQSTkGQJ5YKbwTqFM6SDRldqvs/DbMnx3+M88x1ik6w8zd wTK0csux4k0mh1az4rtxd8GM5MMAPTwfNN+GnfrVhrzunNQZrFc3HsdmoLOvxNk6XE Mw/HRjf6WnPUA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] remoteproc: qcom_sysmon: Constify qmi_indication_handler From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <160927293290.13751.14480662825738005057.git-patchwork-notify@kernel.org> Date: Tue, 29 Dec 2020 20:15:32 +0000 References: <20201122234540.34623-1-rikard.falkeborn@gmail.com> In-Reply-To: <20201122234540.34623-1-rikard.falkeborn@gmail.com> To: Rikard Falkeborn 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 Mon, 23 Nov 2020 00:45:40 +0100 you wrote: > The only usage of qmi_indication_handler[] is to pass its address to > qmi_handle_init() which accepts a const pointer. Make it const to allow > the compiler to put it in read-only memory. > > Signed-off-by: Rikard Falkeborn > --- > drivers/remoteproc/qcom_sysmon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - remoteproc: qcom_sysmon: Constify qmi_indication_handler https://git.kernel.org/qcom/c/dd8f52660cb1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html