From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: amdgpu/display/dc/link: fix sparse warning on assigning int as nullptr Date: Fri, 27 Feb 2026 12:41:48 +1000 Message-ID: In-Reply-To: <20260225234707.37597-1-jpeisach@ubuntu.com> References: <20260225234707.37597-1-jpeisach@ubuntu.com> 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: amdgpu/display/dc/link: fix sparse warning on assigning int as nullptr Author: Joshua Peisach Patches: 1 Reviewed: 2026-02-27T12:41:48.613388 --- This is a single, trivial cleanup patch that fixes a sparse warning by replacing `0` with `NULL` for a pointer initialization. The change is correct, harmless, and follows standard kernel coding conventions. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer