Re: [PATCH RESEND v9 5/6] cadence: cdns-mhdp8546*: Change drm_connector from structure to pointer
From: Harikrishna shenoy
Date: Fri Nov 21 2025 - 07:11:24 EST
On 21/11/25 17:32, Tomi Valkeinen wrote:
Now the code looks fine, but you didn't update the description, which
now looks to be quite wrong for this.
Hi Tomi,
mhdp->connector is still a structure before this commit and changed to pointer in this commit, we had introduced a extra connector pointer and variable for fix and kind of got renamed to 'connector' from 'connector_ptr' and added checks in HDCP , will tweak the commit message describing these changes.
Thanks.