--- zzzz-none-000/linux-3.10.107/drivers/input/touchscreen/ad7879-spi.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/input/touchscreen/ad7879-spi.c 2021-02-04 17:41:59.000000000 +0000 @@ -142,7 +142,6 @@ struct ad7879 *ts = spi_get_drvdata(spi); ad7879_remove(ts); - spi_set_drvdata(spi, NULL); return 0; } @@ -150,7 +149,6 @@ static struct spi_driver ad7879_spi_driver = { .driver = { .name = "ad7879", - .owner = THIS_MODULE, .pm = &ad7879_pm_ops, }, .probe = ad7879_spi_probe,