summaryrefslogtreecommitdiff
path: root/drivers/input/joystick/qwiic-joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/joystick/qwiic-joystick.c')
-rw-r--r--drivers/input/joystick/qwiic-joystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/qwiic-joystick.c b/drivers/input/joystick/qwiic-joystick.c
index d4da31c0616c..7d88d76b14d6 100644
--- a/drivers/input/joystick/qwiic-joystick.c
+++ b/drivers/input/joystick/qwiic-joystick.c
@@ -137,7 +137,7 @@ static struct i2c_driver qwiic_driver = {
.of_match_table = of_match_ptr(of_qwiic_match),
},
.id_table = qwiic_id_table,
- .probe_new = qwiic_probe,
+ .probe = qwiic_probe,
};
module_i2c_driver(qwiic_driver);