Re: [GIT PULL] regulator updates for v4.5
From: Linus Torvalds
Date: Tue Jan 12 2016 - 12:48:59 EST
On Tue, Jan 12, 2016 at 1:54 AM, Mark Brown <broonie@xxxxxxxxxx> wrote:
> The following changes since commit 168309855a7d1e16db751e9c647119fe2d2dc878:
>
> Linux 4.4-rc8 (2016-01-03 15:15:37 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v4.5
Nope. No can do.
I get a build error:
drivers/regulator/max8973-regulator.c:506:4: error:
âTHERMAL_DEVICE_EVENT_THRESHOLDâ undeclared
and grepping around for this that is not some merge error: even in
your tree (before being merged into mine), that thing simply does not
exist except in that one place:
[torvalds@i7 linux]$ git grep THERMAL_DEVICE_EVENT_THRESHOLD 2986a09d8
2986a09d8:drivers/regulator/max8973-regulator.c:
THERMAL_DEVICE_EVENT_THRESHOLD);
and that's it.
So this tree clearly can never have worked, and never have compiled.
Consider yourself cursed at.
Linus