16 Jan
2020
16 Jan
'20
12:59 p.m.
On Tue, Jan 14, 2020 at 01:48:53PM -0600, Pierre-Louis Bossart wrote:
+static inline bool +regulator_is_equal(struct regulator *reg1, struct regulator *reg2); +{
- return false;
+} #endif
this breaks my build... shouldn't this be:
Fixes were already sent for this.