mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Rockchip - Adjustin broken patch for EDGE kernel
This commit is contained in:
@@ -218,8 +218,8 @@ index 38dded2baaf7..9e460b7e14a4 100644
|
||||
if (IS_ERR(hdmi->phy)) {
|
||||
ret = PTR_ERR(hdmi->phy);
|
||||
if (ret != -EPROBE_DEFER)
|
||||
- drm_err(hdmi, "failed to get phy\n");
|
||||
+ drm_err(hdmi, "failed to get phy: %d\n", ret);
|
||||
- dev_err(hdmi->dev, "failed to get phy\n");
|
||||
+ dev_err(hdmi->dev, "failed to get phy: %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user