mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] dmaengine-tegra-apb-fix-platform_get_irqcocci-warnings.patch removed from -mm tree
@ 2020-04-12  6:45 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-04-12  6:45 UTC (permalink / raw)
  To: digetx, jonathanh, julia.lawall, ldewangan, lkp, mm-commits,
	swarren, treding, vinod.koul


The patch titled
     Subject: drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
has been removed from the -mm tree.  Its filename was
     dmaengine-tegra-apb-fix-platform_get_irqcocci-warnings.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: kbuild test robot <lkp@intel.com>
Subject: drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings

Remove dev_err() messages after platform_get_irq*() failures. 
platform_get_irq() already prints an error.

Generated by: scripts/coccinelle/api/platform_get_irq.cocci

Link: http://lkml.kernel.org/r/alpine.DEB.2.21.2002271133450.2973@hadrien
Fixes: 6c41ac96ad92 ("dmaengine: tegra-apb: Support COMPILE_TEST")
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Cc: Vinod Koul <vinod.koul@linux.intel.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/dma/tegra20-apb-dma.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/tegra20-apb-dma.c~dmaengine-tegra-apb-fix-platform_get_irqcocci-warnings
+++ a/drivers/dma/tegra20-apb-dma.c
@@ -1493,7 +1493,6 @@ static int tegra_dma_probe(struct platfo
 		irq = platform_get_irq(pdev, i);
 		if (irq < 0) {
 			ret = irq;
-			dev_err(&pdev->dev, "No irq resource for chan %d\n", i);
 			goto err_pm_disable;
 		}
 
_

Patches currently in -mm which might be from lkp@intel.com are

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-12  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12  6:45 [merged] dmaengine-tegra-apb-fix-platform_get_irqcocci-warnings.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).