Re: [patch] staging: wilc1000: NULL dereference on error

2016-07-16 Thread Dan Carpenter
On Sat, Jul 16, 2016 at 12:19:03PM +0200, walter harms wrote: > > > Am 16.07.2016 12:07, schrieb Dan Carpenter: > > We can't pass NULL pointers to destroy_workqueue(). > > > > Signed-off-by: Dan Carpenter > > > > diff --git a/drivers/staging/wilc1000/host_interface.c

Re: [patch] staging: wilc1000: NULL dereference on error

2016-07-16 Thread walter harms
Am 16.07.2016 12:07, schrieb Dan Carpenter: > We can't pass NULL pointers to destroy_workqueue(). > > Signed-off-by: Dan Carpenter > > diff --git a/drivers/staging/wilc1000/host_interface.c > b/drivers/staging/wilc1000/host_interface.c > index 0b1760c..78f524f

[patch] staging: wilc1000: NULL dereference on error

2016-07-16 Thread Dan Carpenter
We can't pass NULL pointers to destroy_workqueue(). Signed-off-by: Dan Carpenter diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 0b1760c..78f524f 100644 --- a/drivers/staging/wilc1000/host_interface.c +++