commit | e947ef4d961cafecbbceaec91051f7221d7136c3 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Mon Aug 24 00:00:18 2020 +0200 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Aug 31 14:36:36 2020 +0530 |
tree | c7ac5be5d22348e9d0767d05cf1db18c97f8c665 | |
parent | 4708ee37826eaa31125ced4a1a573fcc6aa42ab3 [diff] |
phy: cadence: salvo: Constify cdns_salvo_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-2-rikard.falkeborn@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>