Re: [PATCH v2] firmware: arm_scmi: fix missing destroy_workqueue()

From: Sudeep Holla
Date: Fri Nov 13 2020 - 09:20:03 EST


On Tue, 10 Nov 2020 15:42:21 +0800, Qinglang Miao wrote:
> destroy_workqueue seems necessary before return from
> scmi_notification_init in the error handling case when
> fails to do devm_kcalloc(). Fix this by simply moving
> devm_kcalloc to the front.


Applied to sudeep.holla/linux (for-next/scmi), thanks!

[1/1] firmware: arm_scmi: Fix missing destroy_workqueue()
https://git.kernel.org/sudeep.holla/c/6bbdb46c4b

--
Regards,
Sudeep