Hi,

Recently a patch[1] is applied to remove boardname support from powertop.
This commit adds few lines of code to powertop_init(), to initialize two
global variables. I suspect, if condition is not correct and is suppose
to be as follows. Is that intentional?
 
        if (access("/var/cache/powertop/saved_parameters.powertop", R_OK) == 0 ||
            access("/data/local/powertop/saved_parameters.powertop", R_OK) == 0) {
                global_fixed_parameters = 1;
                global_power_override = 1;
        }
 

[1] commit 1c7b4b999cb172b59833f829ab7b95fab11d7a00
--
Regards,
Rajagopal