usb: mtu3: remove redundant dev_err call in get_ssusb_rscs()
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 5 Feb 2017 16:25:38 +0000 (16:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:34:18 +0000 (13:34 +0100)
commitb7ecfe7126d23b1329dc5e63db3caa5eecb322eb
tree6d7fc974692e0e56598e6a868ef5d661b765390e
parentf3c4c73704b2e1a66c74504721e0af403174fdd3
usb: mtu3: remove redundant dev_err call in get_ssusb_rscs()

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/mtu3/mtu3_plat.c