Re: [PATCH 2/2] usb: atm: ueagle-atm: add missing uea_leaves() in uea_probe()

From: Greg Kroah-Hartman

Date: Sat May 16 2026 - 03:20:19 EST


On Fri, May 15, 2026 at 08:54:13PM -0300, Mauricio Faria de Oliveira wrote:
> Pair the existing uea_enters() (function entry debug message) with
> a missing uea_leaves() (function exit debug message) in uea_probe().

All of those should also be removed, we have function tracing if people
really need/want to see this info.

thanks,

greg k-h