Re: [PATCH 31/53] nfc: mrvl: Simplify a create*_workqueue() call

From: Bart Van Assche
Date: Mon Jul 01 2024 - 12:47:39 EST


On 7/1/24 2:17 AM, Krzysztof Kozlowski wrote:
On 01/07/2024 00:26, Bart Van Assche wrote:
Pass a format string to create*_workqueue2() instead of formatting the
workqueue name before create*_workqueue() is called.

Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>
---
drivers/nfc/nfcmrvl/fw_dnld.c | 8 +++-----

I only got this patch, no links to new API being introduced and there is
no create_singlethread_workqueue2() call. Looks fine, but tricky to
review. Provide first patch or lore link in patch changelog.

Thanks for the advice. I will do this if I have to repost this patch
series.

This is the link to the entire patch series:
https://lore.kernel.org/linux-kernel/20240630222904.627462-1-bvanassche@xxxxxxx/

Further feedback is welcome.

Thanks,

Bart.