File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,7 @@ static struct max8952_platform_data *max8952_parse_dt(struct device *dev)
171
171
}
172
172
#endif
173
173
174
- static int max8952_pmic_probe (struct i2c_client * client ,
175
- const struct i2c_device_id * i2c_id )
174
+ static int max8952_pmic_probe (struct i2c_client * client )
176
175
{
177
176
struct i2c_adapter * adapter = client -> adapter ;
178
177
struct max8952_platform_data * pdata = dev_get_platdata (& client -> dev );
@@ -314,7 +313,7 @@ static const struct i2c_device_id max8952_ids[] = {
314
313
MODULE_DEVICE_TABLE (i2c , max8952_ids );
315
314
316
315
static struct i2c_driver max8952_pmic_driver = {
317
- .probe = max8952_pmic_probe ,
316
+ .probe_new = max8952_pmic_probe ,
318
317
.driver = {
319
318
.name = "max8952" ,
320
319
.of_match_table = of_match_ptr (max8952_dt_match ),
You can’t perform that action at this time.
0 commit comments