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

Commit 79d0d27d authored by Markus Elfring's avatar Markus Elfring Committed by Sean Paul
Browse files

drm/bridge: dw-hdmi: Delete unnecessary assignment for the field "owner"



The field "owner" is set by the core.
Thus delete an unneeded initialisation.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/7c97565d-eee3-45e9-b494-9e802977502c@users.sourceforge.net
parent 39a9ad8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -640,7 +640,6 @@ static struct platform_driver snd_dw_hdmi_driver = {
	.remove	= snd_dw_hdmi_remove,
	.driver	= {
		.name = DRIVER_NAME,
		.owner = THIS_MODULE,
		.pm = PM_OPS,
	},
};