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/bridge: inno-hdmi: Use the common TMDS char rate constant Date: Mon, 25 May 2026 22:44:50 +1000 Message-ID: In-Reply-To: <20260519144712.1418302-5-javierm@redhat.com> References: <20260519144712.1418302-1-javierm@redhat.com> <20260519144712.1418302-5-javierm@redhat.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 `#define INNO_HDMI_MIN_TMDS_CLOCK 25000000U` and replaces its single use with `DRM_HDMI_TMDS_CHAR_RATE_MIN`. The old define had a `U` suffix while the new constant does not, but since `mpixelclk` is `unsigned long`, the comparison promotes correctly regardless. The header `` is already included in this file, so no new `#include` is needed. **No issues.** --- --- Generated by Claude Code Patch Reviewer