]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm-smmu: Remove duplicate error message
authorJean-Philippe Brucker <jean-philippe@linaro.org>
Mon, 11 Nov 2019 11:17:21 +0000 (12:17 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 11 Nov 2019 14:44:17 +0000 (15:44 +0100)
commita75e07961b75e2fbca75380b1508cc48300aaf92
tree9867436b1f9ec987f18d9e18747150f5ba1deb4e
parent340bd73410b5ef75218f9ce8b0a0356ad8dec689
iommu/arm-smmu: Remove duplicate error message

Since commit 682a742ed79d ("driver core: platform: Add an error message
to platform_get_irq*()"), platform_get_irq() displays an error when the
IRQ isn't found. Remove the error print from the SMMU driver. Note the
slight change of behaviour: no message is printed if platform_get_irq()
returns -EPROBE_DEFER, which probably doesn't concern the SMMU.

Fixes: 682a742ed79d ("driver core: platform: Add an error message to platform_get_irq*()")
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/arm-smmu.c