From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: usb: xhci: tegra: Explicitly specify PMC instance to use Date: Thu, 07 May 2026 13:29:35 +1000 Message-ID: In-Reply-To: <20260506-pmc-v1-6-a6de5da7216b@nvidia.com> References: <20260506-pmc-v1-0-a6de5da7216b@nvidia.com> <20260506-pmc-v1-6-a6de5da7216b@nvidia.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 conversion. The PMC lookup is placed inside the `if (!tegra->use_genpd)` branch, which is correct since the PMC powergate APIs are only used in the non-genpd path. Error handling uses `dev_err_probe()` and goes to `put_padctl`, which is the correct cleanup label at this point. No issues. --- Generated by Claude Code Patch Reviewer