tty: serial: 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>
Este cometimento está contido em:
@@ -653,7 +653,6 @@ static struct platform_driver arc_platform_driver = {
|
||||
.remove = arc_serial_remove,
|
||||
.driver = {
|
||||
.name = DRIVER_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = arc_uart_dt_ids,
|
||||
},
|
||||
};
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador