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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9C44C433FE for ; Tue, 8 Nov 2022 14:39:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233472AbiKHOjS (ORCPT ); Tue, 8 Nov 2022 09:39:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234224AbiKHOjR (ORCPT ); Tue, 8 Nov 2022 09:39:17 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 623171582B for ; Tue, 8 Nov 2022 06:39:16 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 19B06B81996 for ; Tue, 8 Nov 2022 14:39:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B52BC433C1; Tue, 8 Nov 2022 14:39:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667918353; bh=QDT9Wu4zEFDcxLcdx7d/dXKLdqiB/K//jCIvPU3NFT0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mA8SdYBiws4RwfX3pw+HDu71QxJ47TkBw8iFWE6PfgLU90VpZILvMDaJ6EciTQCD6 BFjaqXHFvbBq1B08uyEYSdqWiVJLu/D3n79PT0MpqmfRA9W/ToMQyInlRTy8kmyNqo 8dmTK88zuI32ru8IW6TkbT966xUBht9W5X87yNQc84zPoxXAxXOpqal+aU+RIuvnOe icM96eHuDmrVMX91xQqtDmZdYgA4KkYfFrzbRgK2osPpnYIs0at4z2EWvEmUoV7v9m GLnH2qkr9v7gHeRY9zY9M37xD9CCKGIjHuM89HM5otXJsDL00+g8HeiauYuNBslxxe XYnCQgNUx3zzQ== Date: Tue, 8 Nov 2022 20:09:02 +0530 From: Manivannan Sadhasivam To: Kalle Valo Cc: Jeff Johnson , Hemant Kumar , linux-arm-msm@vger.kernel.org, mhi@lists.linux.dev Subject: Re: [PATCH v5] bus: mhi: host: make mhi_controller_config::event_cfg const Message-ID: <20221108143902.GA88842@thinkpad> References: <20220829205112.12036-1-quic_jjohnson@quicinc.com> <20220830171147.24338-1-quic_jjohnson@quicinc.com> <20220907080016.GA22505@workstation> <87fsettvtc.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fsettvtc.fsf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Nov 08, 2022 at 03:33:35PM +0200, Kalle Valo wrote: > Manivannan Sadhasivam writes: > > > On Tue, Aug 30, 2022 at 10:11:47AM -0700, Jeff Johnson wrote: > >> Currently the event_cfg pointer in struct mhi_controller_config is not > >> defined as a const pointer. This prevents clients from registering a > >> read-only configuration unless they use a typecast. Since the > >> event_cfg should not be modified once registered, add the const > >> qualifier to event_cfg. This is aligned with the definition of ch_cfg. > >> > >> Signed-off-by: Jeff Johnson > > > > Applied to mhi-next! > > BTW what happened to this patch? I cannot find it anywhere. > Sorry! I did apply this patch earlier locally but didn't push it to remote. So it got lost. Now pushed! Thanks for spotting. > -- > https://patchwork.kernel.org/project/linux-wireless/list/ > > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches > -- மணிவண்ணன் சதாசிவம்