Re: [PATCH v3 20/77] ncr5380: Introduce unbound workqueue

2015-12-22 Thread Hannes Reinecke
On 12/22/2015 01:44 PM, Finn Thain wrote: On Tue, 22 Dec 2015, Hannes Reinecke wrote: On 12/22/2015 02:17 AM, Finn Thain wrote: Allocate a work queue that will permit busy waiting and sleeping. This means NCR5380_init() can potentially fail, so add this error path. Signed-off-by: Finn Thain

Re: [PATCH v3 20/77] ncr5380: Introduce unbound workqueue

2015-12-22 Thread Finn Thain
On Tue, 22 Dec 2015, Hannes Reinecke wrote: > On 12/22/2015 02:17 AM, Finn Thain wrote: > > Allocate a work queue that will permit busy waiting and sleeping. This > > means NCR5380_init() can potentially fail, so add this error path. > > > > Signed-off-by: Finn Thain > > > > --- > > > > In subse

Re: [PATCH v3 20/77] ncr5380: Introduce unbound workqueue

2015-12-21 Thread Hannes Reinecke
On 12/22/2015 02:17 AM, Finn Thain wrote: Allocate a work queue that will permit busy waiting and sleeping. This means NCR5380_init() can potentially fail, so add this error path. Signed-off-by: Finn Thain --- In subsequent patches, the work function adopts this work queue so it can sleep whi