K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-06-15T17:29:32.588139Z K 7 svn:log V 313 extres/regulator: Switch boot_on/always_on sysctl to uint8 These are represented as booleans on the kernel-side, but were being exposed as int. This was causing some funky things to happen when read later with sysctl(8), e.g. randomly reading super-high when the value was actually '0'/false. Reviewed by: manu END