Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52754a64 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: update log for simulated AUX transfers"

parents b9e37efe 18156b7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -499,8 +499,8 @@ static ssize_t dp_aux_transfer_debug(struct drm_dp_aux *drm_aux,
	}

	if ((msg->address + msg->size) > SZ_4K) {
		pr_err("invalid dpcd access: addr=0x%x, size=0x%x\n",
				msg->address + msg->size);
		pr_debug("invalid dpcd access: addr=0x%x, size=0x%x\n",
				msg->address, msg->size);
		goto address_error;
	}