Re: [PATCH -next] fcoe: add missing destroy_workqueue() on error in fcoe_init()

2016-08-01 Thread Martin K. Petersen
> "Wei" == Wei Yongjun writes: Wei> Add the missing destroy_workqueue() before return from fcoe_init() Wei> in the fcoe transport register failed error handling case. Applied to 4.8/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the l

Re: [PATCH -next] fcoe: add missing destroy_workqueue() on error in fcoe_init()

2016-08-01 Thread Johannes Thumshirn
On Fri, Jul 29, 2016 at 03:54:48PM +, Wei Yongjun wrote: > Add the missing destroy_workqueue() before return from fcoe_init() > in the fcoe transport register failed error handling case. > > Signed-off-by: Wei Yongjun Acked-by: Johannes Thumshirn -- Johannes Thumshirn

[PATCH -next] fcoe: add missing destroy_workqueue() on error in fcoe_init()

2016-07-29 Thread Wei Yongjun
Add the missing destroy_workqueue() before return from fcoe_init() in the fcoe transport register failed error handling case. Signed-off-by: Wei Yongjun --- drivers/scsi/fcoe/fcoe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe