DMA Engine development
 help / color / mirror / Atom feed
* [PATCH v2] dmaengine: ti: k3-udma: remove non-fatal probe deferral log
@ 2023-01-17  5:18 Jayesh Choudhary
  2023-01-17  9:01 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Jayesh Choudhary @ 2023-01-17  5:18 UTC (permalink / raw)
  To: vkoul, peter.ujfalusi; +Cc: dmaengine, linux-kernel, j-choudhary

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: Jayesh Choudhary <j-choudhary@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
---

Changelog v1->v2:
- Removed print instead of dropping the loglevel
- Retained 'acked-by' from v1 patch

v1: <https://patchwork.kernel.org/project/linux-dmaengine/patch/20221128101334.512816-1-j-choudhary@ti.com/>

 drivers/dma/ti/k3-udma.c | 1 -
 1 file changed, 1 deletion(-)

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;
 	}
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-17  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17  5:18 [PATCH v2] dmaengine: ti: k3-udma: remove non-fatal probe deferral log Jayesh Choudhary
2023-01-17  9:01 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox