mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
modified anx6345 patch to log errno from read edid from device tree (#1720)
This commit is contained in:
parent
d9fe2201e8
commit
eb586f8135
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue