summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLothar Felten <lothar.felten@gmail.com>2018-08-14 09:09:37 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-10-03 17:00:58 -0700
commit0647ce03bd48aac37b055355c168b4a889bcc36b (patch)
tree71cb5b4f32d15c443769a09348512e2733f6bfcf /include/linux/platform_data
parent59f5838cc95070135fe5137125d4ab7fdb471800 (diff)
downloadlinux-stable-0647ce03bd48aac37b055355c168b4a889bcc36b.tar.gz
linux-stable-0647ce03bd48aac37b055355c168b4a889bcc36b.tar.bz2
linux-stable-0647ce03bd48aac37b055355c168b4a889bcc36b.zip
hwmon: (ina2xx) fix sysfs shunt resistor read access
[ Upstream commit 3ad867001c91657c46dcf6656d52eb6080286fd5 ] fix the sysfs shunt resistor read access: return the shunt resistor value, not the calibration register contents. update email address Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/ina2xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/ina2xx.h b/include/linux/platform_data/ina2xx.h
index 9abc0ca7259b..9f0aa1b48c78 100644
--- a/include/linux/platform_data/ina2xx.h
+++ b/include/linux/platform_data/ina2xx.h
@@ -1,7 +1,7 @@
/*
* Driver for Texas Instruments INA219, INA226 power monitor chips
*
- * Copyright (C) 2012 Lothar Felten <l-felten@ti.com>
+ * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as