[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1607271639300.3117@hadrien>
Date: Wed, 27 Jul 2016 16:41:16 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Michal Simek <monstr@...str.eu>,
Dan Williams <dan.j.williams@...el.com>,
Vinod Koul <vinod.koul@...el.com>,
Sören Brinkmann <soren.brinkmann@...inx.com>,
Hyun Kwon <hyun.kwon@...inx.com>
cc: kbuild-all@...org, linux-arm-kernel@...ts.infradead.org,
dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fix platform_no_drv_owner.cocci warnings
No need to set .owner here. The core will do it.
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
xilinx_dpdma.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/dma/xilinx/xilinx_dpdma.c
+++ b/drivers/dma/xilinx/xilinx_dpdma.c
@@ -1944,7 +1944,6 @@ static struct platform_driver xilinx_dpd
.remove = xilinx_dpdma_remove,
.driver = {
.name = "xilinx-dpdma",
- .owner = THIS_MODULE,
.of_match_table = xilinx_dpdma_of_match,
},
};
Powered by blists - more mailing lists