summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-04-21 01:18:19 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-04-21 01:18:19 (GMT)
commit584f79046780e10cb24367a691f8c28398a00e84 (patch)
treeb8d8f387b06141c64797721a3f119015c9823caa /drivers
parent18995ba5ab93942a0ddae00e96b94717e9fd9895 (diff)
parente428d8d3bd164ad36fb545b2162bdfcb8100dc08 (diff)
downloadlinux-584f79046780e10cb24367a691f8c28398a00e84.tar.xz
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging: hwmon: (max34440) Add driver documentation hwmon: (max16064) Add driver documentation hwmon: (max8688) Add driver documentation hwmon: (pmbus) Documentation updates hwmon: (smm665) Fix spelling error in driver documentation hwmon: (pmbus) Removed unused variable from struct pmbus_data hwmon: Add submitting-patches checklist to documentation
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hwmon/pmbus_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus_core.c b/drivers/hwmon/pmbus_core.c
index edfb92e..196ffaf 100644
--- a/drivers/hwmon/pmbus_core.c
+++ b/drivers/hwmon/pmbus_core.c
@@ -139,7 +139,6 @@ struct pmbus_data {
* A single status register covers multiple attributes,
* so we keep them all together.
*/
- u8 status_bits;
u8 status[PB_NUM_STATUS_REG];
u8 currpage;