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/tidss: Remove extra pm_runtime_mark_last_busy Date: Thu, 04 Jun 2026 16:54:11 +1000 Message-ID: In-Reply-To: <20260529-beagley-ai-display-v3-6-7fefdc5d1adf@ideasonboard.com> References: <20260529-beagley-ai-display-v3-0-7fefdc5d1adf@ideasonboard.com> <20260529-beagley-ai-display-v3-6-7fefdc5d1adf@ideasonboard.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Correct cleanup. Verified that `pm_runtime_put_autosuspend()` already calls `pm_runtime_mark_last_busy()` internally (confirmed at `include/linux/pm_runtime.h:601`). No issues found. --- Generated by Claude Code Patch Reviewer