Message ID | 20230117051855.29644-1-j-choudhary@ti.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ad4ce0789033529673aa69ef1568ac37f38f9f27 |
Headers | show |
Series | [v2] dmaengine: ti: k3-udma: remove non-fatal probe deferral log | expand |
On 17-01-23, 10:48, Jayesh Choudhary wrote: > 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". Applied, thanks
diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c index eb76f0e58536..7e23a6fdef95 100644 --- a/drivers/dma/ti/k3-udma.c +++ b/drivers/dma/ti/k3-udma.c @@ -5376,7 +5376,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; }