]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: cdns3: Remove redundant dev_err call in cdns3_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 3 Sep 2019 15:36:25 +0000 (15:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 18:31:34 +0000 (20:31 +0200)
commit815cdcc334048fcc2383d24d5122e58ba4b1fd3f
treeeacb8d3abbc0b04eaf2de0d3a35a9d14ba29f2a5
parent9472aff16ca0fd9351eea7773facef364743088f
usb: cdns3: Remove redundant dev_err call in cdns3_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>
Link: https://lore.kernel.org/r/20190903153625.85691-1-weiyongjun1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/cdns3/core.c