media: i2c: ds90ub953: No need to set device_driver owner
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 18 Jul 2023 01:01:54 +0000 (09:01 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 19 Jul 2023 10:57:51 +0000 (12:57 +0200)
commit37048e171cda6f000b97b4b4931659254db8f63d
treecfaf5ba21df1444d3bd42a6de062cc33014af1ee
parent7c7e33b799ac169e5fab8abfc6819fce8b26d53d
media: i2c: ds90ub953: No need to set device_driver owner

Remove .owner field if calls are used which set it automatically.

to silence the warning:
./drivers/media/i2c/ds90ub953.c:1390:3-8: No need to set .owner here.  The core will do it.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5902
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/ds90ub953.c