On Thu, Aug 07, 2025 at 11:06:10AM +0530, Mukesh Ojha wrote: > On Wed, Aug 06, 2025 at 12:07:05PM -0700, Jeff Johnson wrote: > > On 8/6/2025 10:25 AM, 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. > > ...> @@ -353,7 +353,7 @@ static int __qcom_mdt_load(struct device *dev, const > > struct firmware *fw, > > > if (!mdt_header_valid(fw)) > > > return -EINVAL; > > > > > > - is_split = qcom_mdt_bins_are_split(fw, fw_name); > > > + is_split = qcom_mdt_bins_are_split(fw); > > > > this should be in the 4/4 patch > > > > Rush to send patches!! > Please don't! Also remember that this isn't a regression fix and we're in the merge window, so we're not going to pick these changes this week anyways. Regards, Bjorn > -- > -Mukesh