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/mediatek: hdmi: Convert DRM_ERROR() to drm_err() Date: Thu, 23 Apr 2026 10:15:07 +1000 Message-ID: In-Reply-To: <20260420064544.266478-1-suryasaimadhu369@gmail.com> References: <20260420064544.266478-1-suryasaimadhu369@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/mediatek: hdmi: Convert DRM_ERROR() to drm_err() Author: sai madhu Patches: 1 Reviewed: 2026-04-23T10:15:07.736372 --- This is a single-patch series performing a straightforward, mechanical conversion from the deprecated `DRM_ERROR()` macro to the preferred `drm_err()` in the Mediatek HDMI bridge driver. The change is correct, complete (no remaining `DRM_ERROR` calls in the file), and introduces no functional change. The patch is clean and ready to apply. One minor nit below. --- Generated by Claude Code Patch Reviewer