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

Commit 51b1841e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regulator: Update REGULATOR_EVENT_ENABLE mask value"

parents 84099f52 da0f09d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ struct pre_voltage_change_data {
	unsigned long min_uV;
	unsigned long max_uV;
};
#define REGULATOR_EVENT_ENABLE			0x100
#define REGULATOR_EVENT_ENABLE			0x80000000

struct regulator;