mei: gsc: Remove redundant dev_err call
authorShang XiaoJing <shangxiaojing@huawei.com>
Fri, 23 Sep 2022 10:08:41 +0000 (18:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 12:57:24 +0000 (14:57 +0200)
commit9ea224b119223ddacbed3d7c96a30b2823e09579
treebaef1a9c806044f5ff1776836c499351224535b7
parent4b25cf09c69c0e48e7fb75786f29b50bddf50ebf
mei: gsc: Remove redundant dev_err call

devm_ioremap_resource() prints error message in itself. Remove the
dev_err call to avoid redundant error message.

Signed-off-by: Shang XiaoJing <shangxiaojing@huawei.com>
Link: https://lore.kernel.org/r/20220923100841.17719-1-shangxiaojing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/gsc-me.c