Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10055c6f authored by YueHaibing's avatar YueHaibing Committed by Greg Kroah-Hartman
Browse files

Staging: kpc2000: kpc_dma: Fix platform_no_drv_owner.cocci warnings



Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 670a44c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -197,7 +197,6 @@ static struct platform_driver kpc_dma_plat_driver_i = {
	.remove       = kpc_dma_remove,
	.driver = {
		.name   = KP_DRIVER_NAME_DMA_CONTROLLER,
		.owner  = THIS_MODULE,
	},
};