Linux Tegra architecture development
 help / color / mirror / Atom feed
* [PATCH] dmaengine: tegra: fix platform_no_drv_owner.cocci warnings
@ 2021-11-26 15:58 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2021-11-26 15:58 UTC (permalink / raw)
  To: Akhil R
  Cc: kbuild-all, dan.j.williams, devicetree, dmaengine, jonathanh,
	kyarlagadda, ldewangan, linux-kernel, linux-tegra, p.zabel,
	rgumasta

From: kernel test robot <lkp@intel.com>

No need to set .owner here. The core will do it.

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

CC: Akhil R <akhilrajeev@nvidia.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
---

url:    https://github.com/0day-ci/linux/commits/Akhil-R/Add-NVIDIA-Tegra-GPC-DMA-driver/20211122-173019
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
:::::: branch date: 29 hours ago
:::::: commit date: 29 hours ago

 tegra186-gpc-dma.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/tegra186-gpc-dma.c
+++ b/drivers/dma/tegra186-gpc-dma.c
@@ -1268,7 +1268,6 @@ static const struct __maybe_unused dev_p
 static struct platform_driver tegra_dmac_driver = {
 	.driver = {
 		.name	= "tegra-gpcdma",
-		.owner = THIS_MODULE,
 		.pm	= &tegra_dma_dev_pm_ops,
 		.of_match_table = tegra_dma_of_match,
 	},

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

only message in thread, other threads:[~2021-11-26 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-26 15:58 [PATCH] dmaengine: tegra: fix platform_no_drv_owner.cocci warnings Julia Lawall

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