Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb: device_next: cdc_acm: set the thread name after initializing it #83364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fabiobaltieri
Copy link
Member

The cdc-acm workqueue thread name is set before initializing it right now, which results in an empty thread name as apparently it gets cleared by k_work_queue_init. Fix it by moving the thread name setting after the workqueu is initialized and started.

The cdc-acm workqueue thread name is set before initializing it right
now, which results in an empty thread name as apparently it gets cleared
by k_work_queue_init. Fix it by moving the thread name setting after the
workqueu is initialized and started.

Signed-off-by: Fabio Baltieri <[email protected]>
@fabiobaltieri fabiobaltieri added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Dec 24, 2024
@zephyrbot zephyrbot added the area: USB Universal Serial Bus label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: USB Universal Serial Bus Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants