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

Commit 4a0ea007 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Florian Tobias Schandinat
Browse files

video/mx3fb: set .owner to prevent module unloading while being used

parent 37414fbe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1569,6 +1569,7 @@ static int mx3fb_remove(struct platform_device *dev)
static struct platform_driver mx3fb_driver = {
	.driver = {
		.name = MX3FB_NAME,
		.owner = THIS_MODULE,
	},
	.probe = mx3fb_probe,
	.remove = mx3fb_remove,