From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: firmware: qcom_scm: Remove SCM PAS wrappers Date: Tue, 28 Apr 2026 14:49:25 +1000 Message-ID: In-Reply-To: <20260427095603.1157963-15-sumit.garg@kernel.org> References: <20260427095603.1157963-1-sumit.garg@kernel.org> <20260427095603.1157963-15-sumit.garg@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 Clean removal of all the now-unused wrapper functions and their exports. The double-underscore prefixed functions are renamed back to clean names (e.g., `__qcom_scm_pas_init_image2` -> `qcom_scm_pas_init_image`). The `qcom_scm_pas_context` struct and all its associated declarations are removed from `qcom_scm.h`. Well done. --- Generated by Claude Code Patch Reviewer