]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: qcom: Remove redundant dev_err call in dwc3_qcom_probe()
authorBixuan Cui <cuibixuan@huawei.com>
Sat, 10 Apr 2021 02:48:18 +0000 (10:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Apr 2021 08:45:52 +0000 (10:45 +0200)
commitc8548ddb7f9bbb189df9d70555f421c8eeb421c7
treeee0d77ab557cf11c4b0e5f7ad3de381370e3c899
parentdb4a0c5c49a62f8e9d6c71f4e0c8f7874bbde0cb
usb: dwc3: qcom: Remove redundant dev_err call in dwc3_qcom_probe()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Link: https://lore.kernel.org/r/20210410024818.65659-1-cuibixuan@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-qcom.c