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: Add DRM_WEDGE_RECOVERY_COLD_RESET recovery method Date: Mon, 25 May 2026 21:57:09 +1000 Message-ID: In-Reply-To: <20260520113351.171119-9-mallesh.koujalagi@intel.com> References: <20260520113351.171119-7-mallesh.koujalagi@intel.com> <20260520113351.171119-9-mallesh.koujalagi@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean and minimal. The new `BIT(4)` fits the existing pattern and the string mapping in `drm_get_wedge_recovery()` is correct. ```c #define DRM_WEDGE_RECOVERY_COLD_RESET BIT(4) /* remove device + slot power cycle + rescan */ ``` No issues. --- --- Generated by Claude Code Patch Reviewer