Re: [PATCH 3/3] liveupdate: initialize incoming FLB state before finish

From: Pasha Tatashin

Date: Tue Mar 24 2026 - 23:32:05 EST


> + if (needs_retrieve) {
> + int err = luo_flb_retrieve_one(flb);
> +
> + if (WARN_ON(err))
> + return;

Let's use pr_warn() here. Otherwise LGTM.

Thanks,
Pasha