From: Mariusz Bialonczyk Date: Thu, 5 Jul 2018 04:51:36 +0000 (+0200) Subject: w1: fix w1_ds2438 documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c7e5a5b4f0371dac0888e2be7c59273d8e4c013f;p=linux.git w1: fix w1_ds2438 documentation The previous documentation was wrongly stating about the order of magnitude of CONVERT_V result files contents (vad, vdd). This commit is correcting this. Reported-by: Adam Stolarczyk Signed-off-by: Mariusz Bialonczyk Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/w1/slaves/w1_ds2438 b/Documentation/w1/slaves/w1_ds2438 index b99f3674c5b4a..e64f65a09387e 100644 --- a/Documentation/w1/slaves/w1_ds2438 +++ b/Documentation/w1/slaves/w1_ds2438 @@ -60,4 +60,4 @@ vad: general purpose A/D input (VAD) vdd: battery input (VDD) After the voltage conversion the value is returned as decimal ASCII. -Note: The value is in mV, so to get a volts the value has to be divided by 10. +Note: To get a volts the value has to be divided by 100.