Re: [PATCH] dvb_usb_v2 [RFC] draft use delayed work.

2012-06-13 Thread Antti Palosaari
On 06/14/2012 01:27 AM, Malcolm Priestley wrote: dvb_usb_v2 [RFC] use delayed work. The problem with an ordinary work queue it executes immediately. changes made 1. Three extra states added DVB_USB_STATE_PROBE, DVB_USB_STATE_COLD and DVB_USB_STATE_WARM. 2. Initialise of priv moved to pr

[PATCH] dvb_usb_v2 [RFC] draft use delayed work.

2012-06-13 Thread Malcolm Priestley
dvb_usb_v2 [RFC] use delayed work. The problem with an ordinary work queue it executes immediately. changes made 1. Three extra states added DVB_USB_STATE_PROBE, DVB_USB_STATE_COLD and DVB_USB_STATE_WARM. 2. Initialise of priv moved to probe this shouldn't really be done in the wo