
15 May
2021
15 May
'21
5:19 p.m.
On Fri, 14 May 2021 at 14:54, Alper Nebi Yasak alpernebiyasak@gmail.com wrote:
With commit 84a42ae36683 ("dm: core: Rename device node to indicate it is private") and commit f10643cf8a4c ("dm: core: Access device ofnode through functions") accesses to the "node" member were replaced with dev_ofnode(). Also apply that replacement here.
Fixes: 4547551aa019 ("phy: Add Amlogic AXG MIPI PCIe Analog PHY driver") Signed-off-by: Alper Nebi Yasak alpernebiyasak@gmail.com
drivers/phy/meson-axg-mipi-pcie-analog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org