CC: kbuild-all(a)lists.01.org TO: Peter Ujfalusi From: kernel test robot sound/soc/ti/omap-mcasp.c:691: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 Fixes: fcb13c7789d9 ("omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile") CC: Andrey Utkin Reported-by: kernel test robot Signed-off-by: kernel test robot --- tree: https://github.com/omap-audio/linux-audio peter/linux-next-wip head: 1a1b30085331a74521f22625564118640875d82e commit: fcb13c7789d9601a4316aa2e82cc011db1c265c4 [58/63] omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile :::::: branch date: 3 hours ago :::::: commit date: 2 weeks ago omap-mcasp.c | 1 - 1 file changed, 1 deletion(-) --- a/sound/soc/ti/omap-mcasp.c +++ b/sound/soc/ti/omap-mcasp.c @@ -688,7 +688,6 @@ MODULE_DEVICE_TABLE(of, omap_mcasp_of_ma static struct platform_driver omap_mcasp_driver = { .driver = { .name = "omap-mcasp", - .owner = THIS_MODULE, .of_match_table = omap_mcasp_of_match, }, .probe = asoc_mcasp_probe,