mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
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>
This commit is contained in:
parent
4b25cf09c6
commit
9ea224b119
@ -56,7 +56,6 @@ static int mei_gsc_probe(struct auxiliary_device *aux_dev,
|
||||
hw = to_me_hw(dev);
|
||||
hw->mem_addr = devm_ioremap_resource(device, &adev->bar);
|
||||
if (IS_ERR(hw->mem_addr)) {
|
||||
dev_err(device, "mmio not mapped\n");
|
||||
ret = PTR_ERR(hw->mem_addr);
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user