aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/xgene-dma.c
diff options
context:
space:
mode:
authorkbuild test robot <fengguang.wu@intel.com>2015-04-12 02:18:34 +0800
committerVinod Koul <vinod.koul@intel.com>2015-04-17 23:43:18 +0530
commit11ebe4c067c7f95adff73594cb5c23f7a5c6d69e (patch)
treed9944dbf811ecd425a1e7cf867ed6f3ae3a7edb9 /drivers/dma/xgene-dma.c
parentdmaengine: pch_dma: fix memory leak on failure path in pch_dma_probe() (diff)
downloadlinux-dev-11ebe4c067c7f95adff73594cb5c23f7a5c6d69e.tar.xz
linux-dev-11ebe4c067c7f95adff73594cb5c23f7a5c6d69e.zip
dmaengine: fix platform_no_drv_owner.cocci warnings
drivers/dma/xgene-dma.c:2079:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Rameshwar Prasad Sahu <rsahu@apm.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/xgene-dma.c')
-rwxr-xr-xdrivers/dma/xgene-dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/xgene-dma.c b/drivers/dma/xgene-dma.c
index 8a369460f562..f52e37502254 100755
--- a/drivers/dma/xgene-dma.c
+++ b/drivers/dma/xgene-dma.c
@@ -2076,7 +2076,6 @@ static struct platform_driver xgene_dma_driver = {
.remove = xgene_dma_remove,
.driver = {
.name = "X-Gene-DMA",
- .owner = THIS_MODULE,
.of_match_table = xgene_dma_of_match_ptr,
},
};