]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: qcom_scm: Remove redundant piece of code
authorMukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Mon, 5 Jan 2026 13:22:50 +0000 (18:52 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Jan 2026 18:14:33 +0000 (12:14 -0600)
commit25906ae9b28af23de509cb290a49ddd314f6c432
tree0b0445b78fe09cdd00e3f354869f0257818b4f8d
parentebb0bbef88b3276c01e2d42b71d67c26b4eb938a
firmware: qcom_scm: Remove redundant piece of code

The qcom_scm_pas_metadata_release() function already frees the allocated
memory and sets ctx->ptr to NULL. Resetting ctx->phys and ctx->size to
zero is unnecessary because the context is expected to be discarded
after release.

Lets removes redundant assignments.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260105-kvmrprocv10-v10-2-022e96815380@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom/qcom_scm.c