Skip to content
Commit 9e4ae52c authored by ErKun Yang's avatar ErKun Yang Committed by Lorenzo Pieralisi
Browse files

PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()



devm_ioremap_resource() internally calls __devm_ioremap_resource() which
is where error checking and handling is actually taking place. i

Therefore, the dev_err() call in xgene_msi_probe() is redundant.

Remove it.

Link: https://lore.kernel.org/r/20210408132751.1198171-1-yangerkun@huawei.com
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarErKun Yang <yangerkun@huawei.com>
[lorenzo.pieralisi@arm.com: commit log]
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: default avatarKrzysztof Wilczyński <kw@linux.com>
parent e73f0f0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment