Skip to content

drivers: video: shell: fix the name comparison #91239

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

josuah
Copy link
Contributor

@josuah josuah commented Jun 7, 2025

Popped out of:

The shell was copying a string, and comparing the two copies.

This lead to a bug where only the first control ID was selected regardless of what was typed.

Also, a log message cleanup.

josuah added 2 commits June 7, 2025 19:50
The shell was comparing a string with itself, so was never selecting
anything else than the first one. Compare the input against the control
name to fix it.

Signed-off-by: Josuah Demangeon <me@josuah.net>
The log message was copy-pasted without modification from another
function.

Signed-off-by: Josuah Demangeon <me@josuah.net>
Copy link

sonarqubecloud bot commented Jun 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant