Re: [PATCH -next] PCI: endpoint: fix missing destroy_workqueue()

2021-04-13 Thread Lorenzo Pieralisi
On Wed, 31 Mar 2021 16:40:12 +0800, Yang Yingliang wrote: > Add the missing destroy_workqueue() before return from > pci_epf_test_init() in the error handling case and add > destroy_workqueue() in pci_epf_test_exit(). Applied to pci/endpoint, thanks! [1/1] PCI: endpoint: Fix missing destroy_workq

[PATCH -next] PCI: endpoint: fix missing destroy_workqueue()

2021-03-31 Thread Yang Yingliang
Add the missing destroy_workqueue() before return from pci_epf_test_init() in the error handling case and add destroy_workqueue() in pci_epf_test_exit(). Fixes: 349e7a85b25fa ("PCI: endpoint: functions: Add an EP function to test PCI") Reported-by: Hulk Robot Signed-off-by: Yang Yingliang ---