Re: [PATCH net] net: mctp: usb: properly drop the usb interface on probe error
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2026-02-24 01:41:18
Also in:
lkml
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2026-02-24 01:41:18
Also in:
lkml
Hi Greg,
When an error happens in mctp_usb_probe() the reference count on the usb interface structure needs to be properly dropped as it was incremented earlier in the function.
Looks good, thanks for the fix. Acked-by: Jeremy Kerr <jk@codeconstruct.com.au> Cheers, Jeremy