Re: [Powertop] [PATCH POWERTOP] Remove temporary file created during calibration

2014-07-28 Thread Alexandra Yates
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

Re: [PATCH POWERTOP] Remove temporary file created during calibration

2014-07-01 Thread Amit Kucheria
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

[PATCH POWERTOP] Remove temporary file created during calibration

2014-06-26 Thread Mohammad Merajul Islam Molla
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