Hi Mohammad and Amit,
> Mohammad,
>
> This fix should go upstream. cc'ing the powertop list.
>
> Regards,
> Amit
>
> On Thu, Jun 26, 2014 at 12:27 PM, Mohammad Merajul Islam Molla
> wrote:
>> powertop creates temporary file in /tmp folder during calibration.
>> Simply closing does not remove thes
Mohammad,
This fix should go upstream. cc'ing the powertop list.
Regards,
Amit
On Thu, Jun 26, 2014 at 12:27 PM, Mohammad Merajul Islam Molla
wrote:
> powertop creates temporary file in /tmp folder during calibration.
> Simply closing does not remove these files.
> Instead use unlink to remove
powertop creates temporary file in /tmp folder during calibration.
Simply closing does not remove these files.
Instead use unlink to remove the file.
diff --git a/src/calibrate/calibrate.cpp b/src/calibrate/calibrate.cpp
index db368e0..1336c3f 100644
--- a/src/calibrate/calibrate.cpp
+++ b/src/cal