Thermal-INT3406: Delete owner assignment
The field "owner" is set by core. Thus delete an extra initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
This commit is contained in:
Родитель
a305a4387a
Коммит
57027db00d
|
@ -225,7 +225,6 @@ static struct platform_driver int3406_thermal_driver = {
|
|||
.remove = int3406_thermal_remove,
|
||||
.driver = {
|
||||
.name = "int3406 thermal",
|
||||
.owner = THIS_MODULE,
|
||||
.acpi_match_table = int3406_thermal_match,
|
||||
},
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче