aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/hwmon/pmbus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/hwmon/pmbus.rst')
-rw-r--r--Documentation/hwmon/pmbus.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/pmbus.rst b/Documentation/hwmon/pmbus.rst
index 7ecfec6ca2db..eb1569bfa676 100644
--- a/Documentation/hwmon/pmbus.rst
+++ b/Documentation/hwmon/pmbus.rst
@@ -163,7 +163,7 @@ Emerson DS1200 power modules might look as follows::
.driver = {
.name = "ds1200",
},
- .probe_new = ds1200_probe,
+ .probe = ds1200_probe,
.id_table = ds1200_id,
};