usb: dwc3: qcom: use dev_err_probe() where appropriate
authorAndrew Halaney <ahalaney@redhat.com>
Mon, 5 Jun 2023 19:36:25 +0000 (14:36 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2023 09:57:01 +0000 (11:57 +0200)
commit60d5b71933c4f1d818aff15ec8b2a8f83a3843b2
tree0753365902cadb3b6891d2a324d6492631d220fc
parent4a944da707123686d372ec01ea60056902fadf35
usb: dwc3: qcom: use dev_err_probe() where appropriate

Update to using dev_err_probe() throughout to reduce spam and log useful
information in devices_deferred.

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
Message-ID: <20230605193625.63187-1-ahalaney@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-qcom.c