Skip to content

Conversation

@zephyrbot
Copy link

@zephyrbot zephyrbot commented Oct 31, 2024

Backport f7de44d from #77950.

Fixes: #75265

Blanking On/Off calls should not return 0 when there is no panel
controller to forward them to, instead they should return ENOSYS to
signal to the application that they were not actually executed.

"device_is_ready" does check for null, but also for
"dev->state->initialized == false", so we need to isolate the
"dev == NULL" case.

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
(cherry picked from commit f7de44d)
@JarmouniA
Copy link
Contributor

Fixes #75265

@danieldegrasse
Copy link
Contributor

danieldegrasse commented Oct 31, 2024

Fixes #75265

@JarmouniA you need to place the text Fixes: #75265 in the description text of the PR to appease the CI check

@JarmouniA
Copy link
Contributor

JarmouniA commented Oct 31, 2024

Fixes #75265

@JarmouniA you need to place the text Fixes: #75265 in the description text of the PR to appease the CI check

@danieldegrasse I'm unable to edit the PR's description.

@danieldegrasse
Copy link
Contributor

Fixes #75265

@JarmouniA you need to place the text Fixes: #75265 in the description text of the PR to appease the CI check

@danieldegrasse I'm unable to edit the PR's description.

Ah ok, I went ahead and updated it for you :)

@henrikbrixandersen henrikbrixandersen added this to the v3.7.1 milestone Nov 4, 2024
@nashif nashif merged commit 6fc41c1 into v3.7-branch Nov 5, 2024
28 of 29 checks passed
@nashif nashif deleted the backport-77950-to-v3.7-branch branch November 5, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Display Backport Backport PR and backport failure issues platform: STM32 ST Micro STM32

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

8 participants