Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -139,7 +139,6 @@ struct pmbus_data {
	 * A single status register covers multiple attributes,
	 * A single status register covers multiple attributes,
	 * so we keep them all together.
	 * so we keep them all together.
	 */
	 */
	u8 status_bits;
	u8 status[PB_NUM_STATUS_REG];
	u8 status[PB_NUM_STATUS_REG];


	u8 currpage;
	u8 currpage;