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

Commit 35879103 authored by Markus Elfring's avatar Markus Elfring Committed by Lee Jones
Browse files

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: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 694d0d0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,