modified anx6345 patch to log errno from read edid from device tree (#1720)

This commit is contained in:
Nick Breen 2020-01-07 04:55:48 +13:00 committed by Igor Pečovnik
parent d9fe2201e8
commit eb586f8135
3 changed files with 3 additions and 3 deletions

View file

@ -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;
+ }
+ }

View file

@ -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;
+ }
+ }

View file

@ -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;
+ }
+ }