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

Commit b7491e7e authored by Wei Yongjun's avatar Wei Yongjun Committed by Mauro Carvalho Chehab
Browse files

[media] gs1662: remove .owner field for driver



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 avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent ff681022
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -463,7 +463,6 @@ static int gs_remove(struct spi_device *spi)
static struct spi_driver gs_driver = {
	.driver = {
		.name		= "gs1662",
		.owner		= THIS_MODULE,
	},

	.probe		= gs_probe,