Re: [PATCH] ptp: ocp: Fix dpll device reference leak in ptp_ocp_probe()
From: Jakub Kicinski
Date: Mon Sep 21 2026 - 21:24:55 EST
On Thu, 17 Sep 2026 14:23:37 +0000 Wentao Liang wrote:
> ptp_ocp_probe() takes a reference on the dpll device with
> dpll_device_get(), but jumps to the out label without dropping it when
> dpll_device_register() fails, so the reference leaks. Put it before
> returning.
AFAIR Sagi already fixes this in net-next