Skip to content

Commit

Permalink
hwmon: (pmbus) Removed unused variable from struct pmbus_data
Browse files Browse the repository at this point in the history
struct pmbus_data included an unused variable named status_bits.
Remove it.

Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
  • Loading branch information
Guenter Roeck committed Apr 19, 2011
1 parent c3a2f0a commit 3b17857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/hwmon/pmbus_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b17857

Please sign in to comment.