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/display: hdmi-state-helper: Use default case for unsupported formats Date: Wed, 25 Mar 2026 06:44:26 +1000 Message-ID: In-Reply-To: <20260324-color-format-v11-2-605559af4fb4@collabora.com> References: <20260324-color-format-v11-0-605559af4fb4@collabora.com> <20260324-color-format-v11-2-605559af4fb4@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward preparation patch. Moves the "Unsupported pixel format" log into a `default:` case to avoid compiler warnings when `DRM_OUTPUT_COLOR_FORMAT_COUNT` is added to the enum. No issues. --- Generated by Claude Code Patch Reviewer