On Tue, 3 Feb 2026 15:17:29 +0800 Tianhao Zhang <[email protected]> wrote:
> Remove the NP software resource uninstallation procedure from the NP > online uninit process. The NP software resource uninstallation should be > called separately within NP uninit to avoid duplicate resource > release. > > Signed-off-by: Tianhao Zhang <[email protected]> > --- Ok, but slightly confusing commit message; can I reword as. Move the call to zxdh_np_soft_res_uninstall() out of zxdh_np_online_uninit() so that software resources are released once during zxdh_np_uninit() rather than being freed twice when both paths run.

