Searched hist:b285d2ae9115aef3bfb3d73e8a6234e421cfea1b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/phy/lantiq/ |
H A D | phy-lantiq-rcu-usb2.c | diff b285d2ae9115aef3bfb3d73e8a6234e421cfea1b Sun Aug 23 17:00:21 CDT 2020 Rikard Falkeborn <rikard.falkeborn@gmail.com> phy: lantiq: rcu-usb2: Constify ltq_rcu_usb2_phy_ops
The only usage is to pass its address to devm_phy_create() which takes a const pointer. Make it const to allow the compiler to put it in read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Link: https://lore.kernel.org/r/20200823220025.17588-5-rikard.falkeborn@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
|