hwmon: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Цей коміт міститься в:
@@ -1282,7 +1282,6 @@ static const struct dev_pm_ops nct6683_dev_pm_ops = {
|
||||
|
||||
static struct platform_driver nct6683_driver = {
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = DRVNAME,
|
||||
.pm = NCT6683_DEV_PM_OPS,
|
||||
},
|
||||
|
Посилання в новій задачі
Заблокувати користувача