projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37414fb
)
video/mx3fb: set .owner to prevent module unloading while being used
author
Uwe Kleine-König
<
[email protected]
>
Fri, 5 Oct 2012 09:20:07 +0000
(11:20 +0200)
committer
Florian Tobias Schandinat
<
[email protected]
>
Wed, 10 Oct 2012 02:06:51 +0000
(
02:06
+0000)
Signed-off-by: Uwe Kleine-König <
[email protected]
>
Signed-off-by: Florian Tobias Schandinat <
[email protected]
>
drivers/video/mx3fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/mx3fb.c
b/drivers/video/mx3fb.c
index c89f8a8d36d2b95c61c76f5c89ff53f8a01ac4e7..c63ddb11e05055ec2285701ca71b9ee1f80e8683 100644
(file)
--- a/
drivers/video/mx3fb.c
+++ b/
drivers/video/mx3fb.c
@@
-1568,7
+1568,8
@@
static int mx3fb_remove(struct platform_device *dev)
static struct platform_driver mx3fb_driver = {
.driver = {
- .name = MX3FB_NAME,
+ .name = MX3FB_NAME,
+ .owner = THIS_MODULE,
},
.probe = mx3fb_probe,
.remove = mx3fb_remove,