Skip to content
Snippets Groups Projects
Commit 3b17857d authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (pmbus) Removed unused variable from struct pmbus_data


struct pmbus_data included an unused variable named status_bits.
Remove it.

Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: default avatarTom Grennan <tom.grennan@ericsson.com>
parent c3a2f0ad
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment