Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tuning: Avoid crash in PerformancePowerProfile
The current code do not check if the scaling_governor is present before using it, leading to a crash. To improve this part of the code, this commit is: - considering the current_governor instead of the available ones to decide if the tuning should be done - adding a check before actually reading the scaling governor file and ignore the function if no file found This commit fixes issue #25. Signed-off-by: Erwan Velu <[email protected]>
- Loading branch information