Skip to content

drivers: usb: udc: bflb: remove unused variable in ep_dequeue#106008

Merged
aescolar merged 1 commit intozephyrproject-rtos:mainfrom
will-tm:bugfix/udc-bflb-unused-variable
Mar 23, 2026
Merged

drivers: usb: udc: bflb: remove unused variable in ep_dequeue#106008
aescolar merged 1 commit intozephyrproject-rtos:mainfrom
will-tm:bugfix/udc-bflb-unused-variable

Conversation

@will-tm
Copy link
Copy Markdown
Contributor

@will-tm will-tm commented Mar 22, 2026

Remove unused buf variable in udc_bflb_v1_ep_dequeue() that causes CI build error.

hotfix https://github.com/zephyrproject-rtos/zephyr/actions/runs/23393707231/job/68053008267?pr=105972

Remove unused `buf` variable in udc_bflb_v1_ep_dequeue() that causes
a build error with -Werror=unused-variable.

Signed-off-by: William Markezana <william.markezana@gmail.com>
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: USB Universal Serial Bus labels Mar 22, 2026
@sonarqubecloud
Copy link
Copy Markdown

@VynDragon VynDragon added the Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. label Mar 22, 2026
Copy link
Copy Markdown
Contributor

@josuah josuah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complementing 1525950 which removed the need for a buf variable.

@aescolar aescolar merged commit 6cb279c into zephyrproject-rtos:main Mar 23, 2026
34 of 36 checks passed
@will-tm will-tm deleted the bugfix/udc-bflb-unused-variable branch March 25, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: USB Universal Serial Bus Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants