|
@@ -71,7 +71,8 @@ hwmon_device_register_with_info is the most comprehensive and preferred means
|
|
|
to register a hardware monitoring device. It creates the standard sysfs
|
|
|
attributes in the hardware monitoring core, letting the driver focus on reading
|
|
|
from and writing to the chip instead of having to bother with sysfs attributes.
|
|
|
-Its parameters are described in more detail below.
|
|
|
+The parent device parameter cannot be NULL with non-NULL chip info. Its
|
|
|
+parameters are described in more detail below.
|
|
|
|
|
|
devm_hwmon_device_register_with_info is similar to
|
|
|
hwmon_device_register_with_info. However, it is device managed, meaning the
|