dmaengine: fix platform_no_drv_owner.cocci warnings

Author: kbuild test robot <fengguang.wu@intel.com>

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 
Signed-off-by: Fengguang Wu 
Signed-off-by: Vinod Koul 
---
 drivers/dma/xgene-dma.c | 1 -
 1 file changed, 1 deletion(-)
 
diff --git a/drivers/dma/xgene-dma.c b/drivers/dma/xgene-dma.c
index 8a36946..f52e3750 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,
 	},
 };
BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.