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/panel: r61307/r69328: return accumulated errors Date: Sun, 15 Feb 2026 20:24:19 +1000 Message-ID: In-Reply-To: <20260215085140.20499-5-clamor95@gmail.com> References: <20260215085140.20499-1-clamor95@gmail.com> <20260215085140.20499-5-clamor95@gmail.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 Changes `enable` and `disable` to return `ctx.accum_err` instead of unconditi= onal `return 0`. The `mipi_dsi_multi_context` accumulates errors from `_multi= ` DSI calls. Previously, DSI communication failures were silently swallowed. This is strictly an improvement - errors that were previously hidden are now = propagated to callers. No regressions. --- Generated by Claude Code Patch Reviewer