Commit be13d94b authored by Colin Ian King's avatar Colin Ian King Committed by Hyun Kwon
Browse files

drm: xlnx: fix spelling mistake "failes" -> "failed"

parent 175233f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force)
		ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd,
				       sizeof(dp->dpcd));
		if (ret < 0) {
			dev_dbg(dp->dev, "DPCD read failes");
			dev_dbg(dp->dev, "DPCD read failed");
			goto disconnected;
		}