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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 D0C5EC388F7 for ; Wed, 28 Oct 2020 16:10:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3F91B247E1 for ; Wed, 28 Oct 2020 16:10:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JzRMKup3"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="mwnuUkUO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3F91B247E1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=94PnWC+OyC2Jm//phIZSGM5uW78LF3QkPf2/DLpYi1o=; b=JzRMKup3CklL+st2Kum0Eee5j p+2DPc2QXK1q2iE31UJlizeqWOTOJ4W3EUPUf6uiKuKolcX3YLucZp/PWclZ8vmZxa1wy5PkMsAn5 pOMvDkluOZ7jVGRpVBewgcTlv9Jn9r1InpJX1yifTTEQeQ06WJXDRvNSqVjRIXI3xMyE61w+0dl54 lYS9AWJjKAYcR9XTwkt9sbxEFdhcQGW8Hs6+4O+gkFHiU5rSu98U7W88wrgVDbPfw2fyKtPA5CKf7 fL/MsWkFo72BOnqdpoBxxdc+CnacKCazst5QcK60tbC1uuXbPSulxy988gSLWeDnZAKKz83zYxq9H kl5QFeDlg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXo0L-00071P-0n; Wed, 28 Oct 2020 16:08:53 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXo0H-000711-R5 for linux-arm-kernel@lists.infradead.org; Wed, 28 Oct 2020 16:08:51 +0000 Received: from localhost (unknown [122.171.163.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CFE98247D8; Wed, 28 Oct 2020 16:08:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603901328; bh=khIJw3FHkYdF0BDvRvLTZGM8QwAk8X2thpO+rlDXvZc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mwnuUkUOOvhj7gH63nY7owuytgrP6FCdmUL/UWVfPjIEbm1hcHpZ1wkn0w6eMahQE gEP9fbD4VE2TJGesk4IAssUXyHHCo1stD/gLK70H5DCfsYbodDbEcXsR1dcRt3CRCG 0DpRDThnCfSEin/YoqkQ8g1BS50RpQaWnoTizsKc= Date: Wed, 28 Oct 2020 21:38:44 +0530 From: Vinod Koul To: Rikard Falkeborn Subject: Re: [PATCH] phy: fsl-imx8mq-usb: Constify imx8mp_usb_phy_ops Message-ID: <20201028160844.GQ3550@vkoul-mobl> References: <20200926205844.34218-1-rikard.falkeborn@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200926205844.34218-1-rikard.falkeborn@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201028_120849_998203_5FEB7861 X-CRM114-Status: GOOD ( 10.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Shawn Guo , Sascha Hauer , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org, Li Jun Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 26-09-20, 22:58, Rikard Falkeborn wrote: > The only usage of imx8mp_usb_phy_ops is to assign its address to the > data field in the of_device_id struct, which is a const void pointer. > Make it const to allow the compiler to put it in read-only memory. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel