On Mon, Aug 04, 2025 at 03:16:35PM +0200, Konrad Dybcio wrote: > On 8/4/25 2:41 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> > > --- > > [...] > > > -static bool qcom_mdt_bins_are_split(const struct firmware *fw, const char *fw_name) > > +static bool qcom_mdt_bins_are_split(const struct firmware *fw) > > This seems unrelated (or at least unmentioned) Ah, Missed it. I will keep this as separate change. -Mukesh > > Konrad