Skip to content

Commit

Permalink
dmaengine: fix platform_no_drv_owner.cocci warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kbuild test robot authored and Vinod Koul committed Apr 17, 2015
1 parent 12d7b7a commit 11ebe4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/dma/xgene-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 11ebe4c

Please sign in to comment.