usb: misc: onboard_usb_hub: Print symbolic error names
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 27 Nov 2023 11:22:24 +0000 (12:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2023 19:13:22 +0000 (19:13 +0000)
commitea3ba10f2961f08155bb66c0b1b8088652ca5f28
tree1881852c72a618f3872baabd11de59c8c3598a71
parent3396b3372e61f8b579395e32c53212612b14daff
usb: misc: onboard_usb_hub: Print symbolic error names

Instead of printing the decimal error codes, let's use the more
human-readable symbolic error names provided by the %pe printk
format specifier.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Link: https://lore.kernel.org/r/20231127112234.109073-1-frieder@fris.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/onboard_usb_hub.c