diff options
Diffstat (limited to 'drivers/hwmon/max31730.c')
| -rw-r--r-- | drivers/hwmon/max31730.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/max31730.c b/drivers/hwmon/max31730.c index 924333d89ce4..b1300ca9db1f 100644 --- a/drivers/hwmon/max31730.c +++ b/drivers/hwmon/max31730.c @@ -427,7 +427,7 @@ static struct i2c_driver max31730_driver = {  		.of_match_table = of_match_ptr(max31730_of_match),  		.pm	= pm_sleep_ptr(&max31730_pm_ops),  	}, -	.probe_new	= max31730_probe, +	.probe		= max31730_probe,  	.id_table	= max31730_ids,  	.detect		= max31730_detect,  	.address_list	= normal_i2c,  |