mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
scsi: ufs: qcom: Remove redundant dev_err() call
devm_ioremap_resource() already prints an error message. Remove the redundant dev_err() call. Link: https://lore.kernel.org/r/20220923101217.18345-1-shangxiaojing@huawei.com Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Shang XiaoJing <shangxiaojing@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
27b571cc45
commit
07e433614c
@ -118,7 +118,6 @@ int ufs_qcom_ice_init(struct ufs_qcom_host *host)
|
|||||||
host->ice_mmio = devm_ioremap_resource(dev, res);
|
host->ice_mmio = devm_ioremap_resource(dev, res);
|
||||||
if (IS_ERR(host->ice_mmio)) {
|
if (IS_ERR(host->ice_mmio)) {
|
||||||
err = PTR_ERR(host->ice_mmio);
|
err = PTR_ERR(host->ice_mmio);
|
||||||
dev_err(dev, "Failed to map ICE registers; err=%d\n", err);
|
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user