modified anx6345 patch to log errno from read edid from device tree (#1720)
This commit is contained in:
parent
d9fe2201e8
commit
eb586f8135
@ -604,7 +604,7 @@ index 000000000000..81676407aa6d
|
||||
+ if (!anx6345->edid) {
|
||||
+ err = anx6345_probe_edid_from_of(anx6345);
|
||||
+ if (err) {
|
||||
+ DRM_ERROR("Failed to probe EDID from device tree\n");
|
||||
+ DRM_ERROR("Failed to probe EDID from device tree: %d\n", err);
|
||||
+ goto unlock;
|
||||
+ }
|
||||
+ }
|
||||
|
||||
@ -604,7 +604,7 @@ index 000000000000..81676407aa6d
|
||||
+ if (!anx6345->edid) {
|
||||
+ err = anx6345_probe_edid_from_of(anx6345);
|
||||
+ if (err) {
|
||||
+ DRM_ERROR("Failed to probe EDID from device tree\n");
|
||||
+ DRM_ERROR("Failed to probe EDID from device tree: &d\n", err);
|
||||
+ goto unlock;
|
||||
+ }
|
||||
+ }
|
||||
|
||||
@ -603,7 +603,7 @@ index 000000000000..81676407aa6d
|
||||
+ if (!anx6345->edid) {
|
||||
+ err = anx6345_probe_edid_from_of(anx6345);
|
||||
+ if (err) {
|
||||
+ DRM_ERROR("Failed to probe EDID from device tree\n");
|
||||
+ DRM_ERROR("Failed to probe EDID from device tree: %d\n", err);
|
||||
+ goto unlock;
|
||||
+ }
|
||||
+ }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user