From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: clk: qcom: gxclkctl: Use custom disable callback for gx_gdsc Date: Sun, 12 Apr 2026 13:46:55 +1000 Message-ID: In-Reply-To: <20260407-gfx-clk-fixes-v1-2-4bb5583a5054@oss.qualcomm.com> References: <20260407-gfx-clk-fixes-v1-0-4bb5583a5054@oss.qualcomm.com> <20260407-gfx-clk-fixes-v1-2-4bb5583a5054@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward one-liner. The assignment: ```c .power_off = gdsc_gx_disable, ``` pairs correctly with the existing `.power_on = gdsc_gx_do_nothing_enable`. No issues. The Fixes/Reported-by/Closes tags are well-placed on this patch since this is the one that actually fixes the reported symptoms. --- Generated by Claude Code Patch Reviewer