Re: [PATCH v2] nfc: nci: add missed destroy_workqueue in nci_register_device

From: David Miller
Date: Fri Jul 17 2020 - 16:08:30 EST


From: Wang Hai <wanghai38@xxxxxxxxxx>
Date: Fri, 17 Jul 2020 15:10:16 +0800

> When nfc_register_device fails in nci_register_device,
> destroy_workqueue() shouled be called to destroy ndev->tx_wq.
>
> Fixes: 3c1c0f5dc80b ("NFC: NCI: Fix nci_register_device init sequence")
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Wang Hai <wanghai38@xxxxxxxxxx>
> ---
> v1->v2:
> Change the module from "net: cxgb3:" to "nfc: nci:"

Applied, thanks.