Skip to content

Commit 84447a0

Browse files
committed
Rockchip - Adjustin broken patch for EDGE kernel
1 parent dc41c7d commit 84447a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patch/kernel/archive/rockchip-6.14/patches.libreelec/linux-1000-drm-rockchip.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ index 38dded2baaf7..9e460b7e14a4 100644
218218
if (IS_ERR(hdmi->phy)) {
219219
ret = PTR_ERR(hdmi->phy);
220220
if (ret != -EPROBE_DEFER)
221-
- drm_err(hdmi, "failed to get phy\n");
222-
+ drm_err(hdmi, "failed to get phy: %d\n", ret);
221+
- dev_err(hdmi->dev, "failed to get phy\n");
222+
+ dev_err(hdmi->dev, "failed to get phy: %d\n", ret);
223223
return ret;
224224
}
225225

0 commit comments

Comments
 (0)