usb: common: usb-conn-gpio: Simplify some error message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 9 Aug 2022 20:28:42 +0000 (22:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Aug 2022 19:16:02 +0000 (21:16 +0200)
commitd80f4ecb95270d0ecd6646aca44f4c180d3140b0
tree25cad5ac303a32e2e78809b239a2fe7c1715a5f7
parent568035b01cfb107af8d2e4bd2fb9aea22cf5b868
usb: common: usb-conn-gpio: Simplify some error message

dev_err_probe() already prints the error code in a human readable way, so
there is no need to duplicate it as a numerical value at the end of the
message.

Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/7505a9dfa1e097070c492d6f6f84afa2a490b040.1659763173.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/common/usb-conn-gpio.c