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

Commit 4219e54c authored by Anant Goel's avatar Anant Goel Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: subsystem_notif_virt: Fix owner for the driver



The owner for the driver is not a string. Fix the owner
accordingly.

Change-Id: I5f29cc0ae65714756868a0076f8a8adc6c3d45c2
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent 0d8bfae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ static struct platform_driver subsys_notif_virt_driver = {
	.remove = subsys_notif_virt_remove,
	.driver = {
		.name = "subsys_notif_virt",
		.owner = "THIS_MODULE",
		.owner = THIS_MODULE,
		.of_match_table = match_table,
	},
};