Re: [PATCH] PCI: functions/pci-epf-test: fix missing destroy_workqueue() on error in pci_epf_test_init

2021-01-18 Thread Kishon Vijay Abraham I
Hi Qinglang, On 18/01/21 6:17 pm, Lorenzo Pieralisi wrote: > On Wed, Oct 28, 2020 at 05:15:49PM +0800, Qinglang Miao wrote: >> Add the missing destroy_workqueue() before return from >> pci_epf_test_init() in the error handling case. >> >> Signed-off-by: Qinglang Miao >> --- >>

Re: [PATCH] PCI: functions/pci-epf-test: fix missing destroy_workqueue() on error in pci_epf_test_init

2021-01-18 Thread Lorenzo Pieralisi
On Wed, Oct 28, 2020 at 05:15:49PM +0800, Qinglang Miao wrote: > Add the missing destroy_workqueue() before return from > pci_epf_test_init() in the error handling case. > > Signed-off-by: Qinglang Miao > --- > drivers/pci/endpoint/functions/pci-epf-test.c | 1 + > 1 file changed, 1

[PATCH] PCI: functions/pci-epf-test: fix missing destroy_workqueue() on error in pci_epf_test_init

2020-10-28 Thread Qinglang Miao
Add the missing destroy_workqueue() before return from pci_epf_test_init() in the error handling case. Signed-off-by: Qinglang Miao --- drivers/pci/endpoint/functions/pci-epf-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/endpoint/functions/pci-epf-test.c