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:
694d0d0
)
backlight-tosa: Delete unnecessary assignment for the field "owner"
author
Markus Elfring
<
[email protected]
>
Tue, 16 Aug 2016 15:10:12 +0000
(17:10 +0200)
committer
Lee Jones
<
[email protected]
>
Thu, 6 Oct 2016 08:27:25 +0000
(09:27 +0100)
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: Markus Elfring <
[email protected]
>
Signed-off-by: Lee Jones <
[email protected]
>
drivers/video/backlight/tosa_bl.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/tosa_bl.c
b/drivers/video/backlight/tosa_bl.c
index 83742d8063918d46e4463acabd5e38672abddb8c..97067597e6bfedd7ef6efa25e0935774b0a44d93 100644
(file)
--- a/
drivers/video/backlight/tosa_bl.c
+++ b/
drivers/video/backlight/tosa_bl.c
@@
-163,7
+163,6
@@
MODULE_DEVICE_TABLE(i2c, tosa_bl_id);
static struct i2c_driver tosa_bl_driver = {
.driver = {
.name = "tosa-bl",
- .owner = THIS_MODULE,
.pm = &tosa_bl_pm_ops,
},
.probe = tosa_bl_probe,