Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

backlight-tosa: Delete unnecessary assignment for the field "owner"

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 <elfring@users.sourceforge.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Markus Elfring and committed by
Lee Jones
35879103 694d0d0b

-1
-1
drivers/video/backlight/tosa_bl.c
··· 163 163 static struct i2c_driver tosa_bl_driver = { 164 164 .driver = { 165 165 .name = "tosa-bl", 166 - .owner = THIS_MODULE, 167 166 .pm = &tosa_bl_pm_ops, 168 167 }, 169 168 .probe = tosa_bl_probe,