Changeset 569 for GPL/branches/uniaud32-2.1.x/lib32/misc.c
- Timestamp:
 - Oct 6, 2012, 11:23:50 AM (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  GPL/branches/uniaud32-2.1.x/lib32/misc.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
GPL/branches/uniaud32-2.1.x/lib32/misc.c
r532 r569 435 435 //****************************************************************************** 436 436 //****************************************************************************** 437 bool flush_delayed_work_sync(struct delayed_work *dwork) 438 { 439 bool ret; 440 ret = cancel_delayed_work(dwork); 441 if (ret) { 442 schedule_delayed_work(dwork, 0); 443 flush_scheduled_work(); 444 } 445 return ret; 446 } 447 //****************************************************************************** 448 //****************************************************************************** 437 449 static void delayed_work_timer_fn(unsigned long __data) 438 450 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  