staging: ccree: remove redundant dev_err call in init_cc_resources()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 11 Jan 2018 11:14:57 +0000 (11:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Jan 2018 14:50:35 +0000 (15:50 +0100)
commit14812d5f7165f5c961c68c3c9410416c501b94d3
treeaf6e557ab59ec7115b221dbb3ff8fafb4b2fb4e2
parent4d6142760309686cf8c83f03e2aea0e60edfd555
staging: ccree: remove redundant dev_err call in init_cc_resources()

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/staging/ccree/cc_driver.c