summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/goodix.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2023-06-26 15:18:13 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-06-26 15:18:13 -0700
commitbf4ed21778f2920ca91a32fd3a1e1130e843e98f (patch)
treeefb126e6d74ff3ff83913406de136305050c8a80 /drivers/input/touchscreen/goodix.c
parentfeee70f4568650cf44c573488798ffc0a2faeea3 (diff)
parent8c9cce9cb81b5fdc6e66bf3f129727b89e8daab7 (diff)
Merge branch 'next' into for-linus
Prepare input updates for 6.5 merge window.
Diffstat (limited to 'drivers/input/touchscreen/goodix.c')
-rw-r--r--drivers/input/touchscreen/goodix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index d77f116680a0..f5aa240739f9 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -1544,7 +1544,7 @@ MODULE_DEVICE_TABLE(of, goodix_of_match);
#endif
static struct i2c_driver goodix_ts_driver = {
- .probe_new = goodix_ts_probe,
+ .probe = goodix_ts_probe,
.remove = goodix_ts_remove,
.id_table = goodix_ts_id,
.driver = {