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/atomic: Drop drm_private_obj.state assignment from create_state Date: Wed, 27 May 2026 14:30:49 +1000 Message-ID: In-Reply-To: <20260526-drm-mode-config-init-v6-3-852346394200@kernel.org> References: <20260526-drm-mode-config-init-v6-0-852346394200@kernel.org> <20260526-drm-mode-config-init-v6-3-852346394200@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes the redundant `obj->state = state` assignment from `__drm_atomic_helper_private_obj_create_state()`, since `drm_atomic_private_obj_init()` (the only caller of `atomic_create_state`) already does this assignment. The commit message explains the reasoning well. Correct and clean. --- Generated by Claude Code Patch Reviewer