Re: [PATCH net-next 0/4] ptp: vmclock: bugfixes and cleanups for error handling

From: Mateusz Polchlopek
Date: Fri Feb 07 2025 - 02:14:05 EST




On 2/6/2025 6:45 PM, Thomas Weißschuh wrote:
Some error handling issues I noticed while looking at the code.

Only compile-tested.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
---
Thomas Weißschuh (4):
ptp: vmclock: Set driver data before its usage
ptp: vmclock: Don't unregister misc device if it was not registered
ptp: vmclock: Clean up miscdev and ptp clock through devres
ptp: vmclock: Remove goto-based cleanup logic

drivers/ptp/ptp_vmclock.c | 46 ++++++++++++++++++++--------------------------
1 file changed, 20 insertions(+), 26 deletions(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250206-vmclock-probe-57cbcb770925

Best regards,

As those all are fixes and cleanups then I think it should be tagged to
net not net-next.

thanks