Re: [PATCH 1/6] USB: serial: ftdi_sio: add configurable inter-batch defer for read URBs
From: Greg Kroah-Hartman
Date: Mon Jun 22 2026 - 04:52:26 EST
On Mon, Jun 22, 2026 at 03:38:34PM +0800, Chinna Mopurigari Naveen Kumar Reddy wrote:
> + if (res) {
> + dev_dbg(&port->dev, "%s - submit failed: %d\n",
> + __func__, res);
Minor nit, dev_dbg() already has the __func__ information in it, never
duplicate it again as that's just waste.
thanks,
greg k-h