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

Commit 8028e938 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: ucb1400_ts - set driver owner



So that it has proper symlink to the containing module in sysfs.

Acked-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 3db8a537
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -453,6 +453,7 @@ static struct platform_driver ucb1400_ts_driver = {
	.remove	= ucb1400_ts_remove,
	.driver	= {
		.name	= "ucb1400_ts",
		.owner	= THIS_MODULE,
		.pm	= &ucb1400_ts_pm_ops,
	},
};