diff options
| author | Stevens, Nick <Nick.Stevens@digi.com> | 2015-07-01 16:07:41 +0000 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-08-26 19:30:25 +0200 |
| commit | cf6952c69f4fe162c831fb489d320052700ec7d2 (patch) | |
| tree | 5b672d70350fd203f9addef9af247927ff0c0f0d /drivers/md/md.c | |
| parent | 23ff1aa11e56206609c98deed58866034b704522 (diff) | |
hwmon: (mcp3021) Fix broken output scaling
commit 347d7e45bd09ce09cbc30d5cea9de377eb22f55c upstream.
The mcp3021 scaling code is dividing the VDD (full-scale) value in
millivolts by the A2D resolution to obtain the scaling factor. When VDD
is 3300mV (the standard value) and the resolution is 12-bit (4096
divisions), the result is a scale factor of 3300/4096, which is always
one. Effectively, the raw A2D reading is always being returned because
no scaling is applied.
This patch fixes the issue and simplifies the register-to-volts
calculation, removing the unneeded "output_scale" struct member.
Signed-off-by: Nick Stevens <Nick.Stevens@digi.com>
[Guenter Roeck: Dropped unnecessary value check]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'drivers/md/md.c')
0 files changed, 0 insertions, 0 deletions
