usb: dwc2: Remove cat_printf()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 10 Mar 2024 16:19:44 +0000 (17:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Mar 2024 09:43:45 +0000 (10:43 +0100)
commit7a3124273585f72be1caf8feaba873a4b6356d4d
treead4e2a20f29388b5d243891c99e64f1e79303826
parent110000b5408dd7aae44b9922bb9ff5c76a461212
usb: dwc2: Remove cat_printf()

cat_printf() implements the newly introduced seq_buf API.
Use the latter to save some line of code.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/abf3d0361ea291468d121062207a766b0c3228f2.1710087556.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/hcd_queue.c