usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 29 Oct 2016 16:25:32 +0000 (16:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Oct 2016 16:51:56 +0000 (12:51 -0400)
commit4911f94dd327d16e492628f04661c1ea6e3d8d23
treec4cf401fb34a279de3bf6c86f1763243a8fba36c
parentc0891284a74abd4127c743c75d4af2b2cbc7f1fa
usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe()

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

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-da8xx.c