Commit ad4ce078 authored by Jayesh Choudhary's avatar Jayesh Choudhary Committed by Vinod Koul
Browse files

dmaengine: ti: k3-udma: remove non-fatal probe deferral log



Drop the non-fatal probe deferral log for getting MSI domain.
This makes the kernel log clean and we do not get recurring logs
stating: "Failed to get MSI domain".

Signed-off-by: default avatarJayesh Choudhary <j-choudhary@ti.com>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20230117051855.29644-1-j-choudhary@ti.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ab223bc0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5375,7 +5375,6 @@ static int udma_probe(struct platform_device *pdev)
	dev->msi.domain = of_msi_get_domain(dev, dev->of_node,
					    DOMAIN_BUS_TI_SCI_INTA_MSI);
	if (!dev->msi.domain) {
		dev_err(dev, "Failed to get MSI domain\n");
		return -EPROBE_DEFER;
	}