From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: ata: ahci_tegra: Explicitly specify PMC instance to use Date: Thu, 07 May 2026 13:29:33 +1000 Message-ID: In-Reply-To: <20260506-pmc-v1-1-a6de5da7216b@nvidia.com> References: <20260506-pmc-v1-0-a6de5da7216b@nvidia.com> <20260506-pmc-v1-1-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. Adds `struct tegra_pmc *pmc` to `tegra_ahci_priv`, calls `devm_tegra_pmc_get()` in probe, and replaces the three call sites. Error handling uses `dev_err_probe()` correctly and the placement in probe is appropriate (after clock setup, before supply allocation). No issues. --- Generated by Claude Code Patch Reviewer