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

Commit ab0162b8 authored by kbuild test robot's avatar kbuild test robot Committed by Thierry Reding
Browse files

drm/bridge: ps8622: Fix coccinelle warnings



The platform_no_drv_owner.cocci coccinelle script generates the
following warning:

	drivers/gpu/drm/bridge/parade-ps8622.c:671:3-8: No need to set .owner here. The core will do it.

Remove .owner field if calls are used which set it automatically. Patch
generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6ff33f39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -668,7 +668,6 @@ static struct i2c_driver ps8622_driver = {
	.remove		= ps8622_remove,
	.driver		= {
		.name	= "ps8622",
		.owner	= THIS_MODULE,
		.of_match_table = ps8622_devices,
	},
};