Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: codecs: fix platform_no_drv_owner.cocci warning

./sound/soc/codecs/aw88395/aw88395.c:572:3-8: No need to set .owner here. The core will do it.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3935
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230203011504.78918-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yang Li and committed by
Mark Brown
1c9ded98 480b2622

-1
-1
sound/soc/codecs/aw88395/aw88395.c
··· 569 569 static struct i2c_driver aw88395_i2c_driver = { 570 570 .driver = { 571 571 .name = AW88395_I2C_NAME, 572 - .owner = THIS_MODULE, 573 572 }, 574 573 .probe_new = aw88395_i2c_probe, 575 574 .id_table = aw88395_i2c_id,