On 8/4/2025 6:11 PM, Mukesh Ojha wrote: > pas id is not used in qcom_mdt_load_no_init() and it should not > be used as it is non-PAS specific function and has no relation > to PAS specific mechanism. > > Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx> > --- > drivers/media/platform/qcom/venus/firmware.c | 4 ++-- > drivers/net/wireless/ath/ath12k/ahb.c | 2 +- > drivers/remoteproc/qcom_q6v5_adsp.c | 2 +- > drivers/remoteproc/qcom_q6v5_pas.c | 7 +++---- > drivers/remoteproc/qcom_q6v5_wcss.c | 2 +- > drivers/soc/qcom/mdt_loader.c | 14 ++++++-------- > include/linux/soc/qcom/mdt_loader.h | 7 +++---- > 7 files changed, 17 insertions(+), 21 deletions(-) > > diff --git a/drivers/media/platform/qcom/venus/firmware.c b/drivers/media/platform/qcom/venus/firmware.c > index 66a18830e66d..862d0718f694 100644 > --- a/drivers/media/platform/qcom/venus/firmware.c > +++ b/drivers/media/platform/qcom/venus/firmware.c > @@ -136,8 +136,8 @@ static int venus_load_fw(struct venus_core *core, const char *fwname, > ret = qcom_mdt_load(dev, mdt, fwname, VENUS_PAS_ID, > mem_va, *mem_phys, *mem_size, NULL); > else > - ret = qcom_mdt_load_no_init(dev, mdt, fwname, VENUS_PAS_ID, > - mem_va, *mem_phys, *mem_size, NULL); > + ret = qcom_mdt_load_no_init(dev, mdt, fwname, mem_va, > + *mem_phys, *mem_size, NULL); > > memunmap(mem_va); > err_release_fw: Reviewed-by: Dikshita Agarwal <quic_dikshita@xxxxxxxxxxx> Thanks, Dikshita