From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/msm/dp: drop event data Date: Mon, 25 May 2026 17:13:08 +1000 Message-ID: In-Reply-To: <20260524-hpd-refactor-v6-6-cf3ab488dd7b@oss.qualcomm.com> References: <20260524-hpd-refactor-v6-0-cf3ab488dd7b@oss.qualcomm.com> <20260524-hpd-refactor-v6-6-cf3ab488dd7b@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes the `data` field from `struct msm_dp_event` and the corresponding parameter from event handlers, since `EV_USER_NOTIFICATION` (the only user of data) is now gone. **No issues.** Straightforward cleanup. --- --- Generated by Claude Code Patch Reviewer