Re: [PATCH v10 2/7] MFD: TWL4030: Correct the warning print during script loading

2011-05-13 Thread Samuel Ortiz
Hi Lesly, On Fri, May 06, 2011 at 06:47:08PM +0530, Lesly A M wrote: Correcting the if condition check for printing the warning, if wakeup script is not updated before updating the sleep script. Since the flag 'order' is set to '1' while updating the wakeup script for P1P2, the condition

[PATCH v10 2/7] MFD: TWL4030: Correct the warning print during script loading

2011-05-06 Thread Lesly A M
Correcting the if condition check for printing the warning, if wakeup script is not updated before updating the sleep script. Since the flag 'order' is set to '1' while updating the wakeup script for P1P2, the condition checking for printing the warning should be if(!order) (ie: print the warning