diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-06 14:47:06 -0600 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-06 14:47:06 -0600 |
commit | 08e39fcb92b039189006566a97aa9565fe20fb83 (patch) | |
tree | 5f922f45eb02a91755698d1ce7562b878bd6a026 /Documentation | |
parent | c20c4a084a878df35a7e394a7e646f303b505eaf (diff) | |
parent | 44f2f882909fedfc3a56e4b90026910456019743 (diff) | |
download | linux-08e39fcb92b039189006566a97aa9565fe20fb83.tar.bz2 |
Merge tag 'hwmon-for-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fixes from Guenter Roeck:
"Fix an error return in the adt7462 driver, bad voltage limits reported
by the xdpe12284 driver, and a broken documentation reference in the
adm1177 driver documentation"
* tag 'hwmon-for-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT()
hwmon: (pmbus/xdpe12284) Add callback for vout limits conversion
docs: adm1177: fix a broken reference
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/adm1177.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/hwmon/adm1177.rst b/Documentation/hwmon/adm1177.rst index c81e0b4abd28..471be1e98d6f 100644 --- a/Documentation/hwmon/adm1177.rst +++ b/Documentation/hwmon/adm1177.rst @@ -20,8 +20,7 @@ Usage Notes ----------- This driver does not auto-detect devices. You will have to instantiate the -devices explicitly. Please see Documentation/i2c/instantiating-devices for -details. +devices explicitly. Please see :doc:`/i2c/instantiating-devices` for details. Sysfs entries |