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: dw-hdmi-qp: Rate limit i2c read error messages Date: Tue, 28 Apr 2026 15:25:20 +1000 Message-ID: In-Reply-To: <20260426-dw-hdmi-qp-scramb-v5-6-d778e70c317b@collabora.com> References: <20260426-dw-hdmi-qp-scramb-v5-0-d778e70c317b@collabora.com> <20260426-dw-hdmi-qp-scramb-v5-6-d778e70c317b@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review ```c - dev_err(hdmi->dev, "i2c read timed out\n"); + dev_err_ratelimited(hdmi->dev, "i2c read timed out\n"); ``` Straightforward and well-motivated =E2=80=94 the log snippet in the commit = message shows the spam. Applied to both the timeout and NACK error paths. B= oth already had `dev_dbg_ratelimited` for the `no_hpd` case, so this makes = the non-no_hpd path consistent. **No issues.** --- --- Generated by Claude Code Patch Reviewer