diff options
author | Okan Akyuz <okanakyuz@okanakyuz.com> | 2024-02-16 08:52:12 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-02-25 21:37:46 +0100 |
commit | d88cef1d17f62f9a7bcefb8f37d222c8fcc89f6c (patch) | |
tree | 8e6009b32f7090761a0f8e70c724fa881e7d2b3c /Documentation | |
parent | hwmon: (axi-fan-control) Make use of dev_err_probe() (diff) | |
download | linux-d88cef1d17f62f9a7bcefb8f37d222c8fcc89f6c.tar.xz linux-d88cef1d17f62f9a7bcefb8f37d222c8fcc89f6c.zip |
hwmon: (max6620) Update broken Datasheet URL in driver documentation
The URL for the MAX6620 datasheet has changed. Update it to reflect the
current location.
Signed-off-by: Okan Akyuz <okanakyuz@okanakyuz.com>
Link: https://lore.kernel.org/r/20240216075212.69118-1-okanakyuz@okanakyuz.com
[groeck: Updated subject and patch description]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/max6620.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/max6620.rst b/Documentation/hwmon/max6620.rst index 84c1c44d3de4..d70173bf0242 100644 --- a/Documentation/hwmon/max6620.rst +++ b/Documentation/hwmon/max6620.rst @@ -11,7 +11,7 @@ Supported chips: Addresses scanned: none - Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6620.pdf + Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max6620.pdf Authors: - L\. Grunenberg <contact@lgrunenberg.de> |