mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
linux (Rockchip): rebase patches for 6.14.5
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c?h=v6.14.5&id=f8122cf072e6dc08f96b3b253629c20b58e0fbcc
This commit is contained in:
parent
2dac196dd2
commit
19a085f947
@ -218,8 +218,8 @@ index 38dded2baaf7..9e460b7e14a4 100644
|
|||||||
if (IS_ERR(hdmi->phy)) {
|
if (IS_ERR(hdmi->phy)) {
|
||||||
ret = PTR_ERR(hdmi->phy);
|
ret = PTR_ERR(hdmi->phy);
|
||||||
if (ret != -EPROBE_DEFER)
|
if (ret != -EPROBE_DEFER)
|
||||||
- drm_err(hdmi, "failed to get phy\n");
|
- dev_err(hdmi->dev, "failed to get phy\n");
|
||||||
+ drm_err(hdmi, "failed to get phy: %d\n", ret);
|
+ dev_err(hdmi->dev, "failed to get phy: %d\n", ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user