commit | dc1e7e9a27e05260c45e142d28fb56ae63f94966 | [log] [tgz] |
---|---|---|
author | Bixuan Cui <cuibixuan@huawei.com> | Sat Apr 10 10:48:18 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 10 10:45:52 2021 +0200 |
tree | ee0d77ab557cf11c4b0e5f7ad3de381370e3c899 | |
parent | 90d28fb53d4a51299ff324dede015d5cb11b88a2 [diff] |
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>