Re: [PATCH] phy: fsl-imx8mq-usb: Constify imx8mp_usb_phy_ops

From: Vinod Koul
Date: Wed Oct 28 2020 - 18:28:52 EST


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