--- zzzz-none-000/linux-3.10.107/drivers/input/touchscreen/mc13783_ts.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/input/touchscreen/mc13783_ts.c 2021-02-04 17:41:59.000000000 +0000 @@ -233,8 +233,6 @@ { struct mc13783_ts_priv *priv = platform_get_drvdata(pdev); - platform_set_drvdata(pdev, NULL); - destroy_workqueue(priv->workq); input_unregister_device(priv->idev); kfree(priv); @@ -245,7 +243,6 @@ static struct platform_driver mc13783_ts_driver = { .remove = mc13783_ts_remove, .driver = { - .owner = THIS_MODULE, .name = MC13783_TS_NAME, }, };