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/omapdrm: avoid double drm_mode_config_cleanup() Date: Sat, 16 May 2026 12:06:25 +1000 Message-ID: In-Reply-To: <20260513120034.182-1-getshell@seu.edu.cn> References: <20260513120034.182-1-getshell@seu.edu.cn> 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/omapdrm: avoid double drm_mode_config_cleanup() Author: Hongyan Xu Patches: 1 Reviewed: 2026-05-16T12:06:25.913209 --- This is a single-patch series that fixes a real double-cleanup bug in the omapdrm driver. The analysis in the commit message is correct: `drm_mode_config_cleanup()` is called twice in both error and normal teardown paths. The fix is minimal, correct, and well-targeted. **Recommend: Accept with minor commit message nits.** --- Generated by Claude Code Patch Reviewer