Skip to content

Commit 2609160

Browse files
committed
Kernel module cs42l52: use probe instead of provisional probe_new
1 parent 5a92545 commit 2609160

File tree

1 file changed

+1
-1
lines changed
  • meta-arduino-bsp/recipes-kernel/kernel-modules/cs42l52

1 file changed

+1
-1
lines changed

meta-arduino-bsp/recipes-kernel/kernel-modules/cs42l52/cs42l52.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ static struct i2c_driver cs42l52_i2c_driver = {
12521252
.of_match_table = cs42l52_of_match,
12531253
},
12541254
.id_table = cs42l52_id,
1255-
.probe_new = cs42l52_i2c_probe,
1255+
.probe = cs42l52_i2c_probe,
12561256
};
12571257

12581258
module_i2c_driver(cs42l52_i2c_driver);

0 commit comments

Comments
 (0)