Skip to content

Commit 68138b5

Browse files
YueHaibingherbertx
authored andcommitted
crypto: axis - 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: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent e0db9c4 commit 68138b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/crypto/axis/artpec6_crypto.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3173,7 +3173,6 @@ static struct platform_driver artpec6_crypto_driver = {
31733173
.remove = artpec6_crypto_remove,
31743174
.driver = {
31753175
.name = "artpec6-crypto",
3176-
.owner = THIS_MODULE,
31773176
.of_match_table = artpec6_crypto_of_match,
31783177
},
31793178
};

0 commit comments

Comments
 (0)