[PATCH] [media] ite-cir: finish tx before suspending

2011-05-09 Thread Jarod Wilson
Continuing with IR transmit after resuming from suspend seems fairly useless, given that the only place we can actually end up suspending is after IR has been send and we're simply mdelay'ing. Lets simplify the resume path by just waiting on tx to complete in the suspend path, then we know we

Re: [PATCH] [media] ite-cir: finish tx before suspending

2011-05-09 Thread Jarod Wilson
Jarod Wilson wrote: Continuing with IR transmit after resuming from suspend seems fairly useless, given that the only place we can actually end up suspending is after IR has been send and we're simply mdelay'ing. Lets simplify the resume path by just waiting on tx to complete in the suspend