On Sun, 2008-11-09 at 17:43 +0200, Kalle Valo wrote: > bool powersave; > + int dynamic_ps_timeout; > + struct work_struct ps_enable_work; > + struct work_struct ps_disable_work; > + struct timer_list dynamic_ps_timer; I think you could use a delayed work for the enable-work+timer, that combines them already. Looks good to me. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part