Skip to content

Conversation

JarmouniA
Copy link
Contributor

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.

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]>
@erwango
Copy link
Member

erwango commented Sep 4, 2024

@kartben Strange issue of the welcoming script:

Error: Validation Failed: {"message":"The listed users cannot be searched either because the users do not exist or you do not have permission to view the users.","resource":"Search","field":"q","code":"invalid"}

@kartben
Copy link
Contributor

kartben commented Sep 4, 2024

@kartben Strange issue of the welcoming script:

Error: Validation Failed: {"message":"The listed users cannot be searched either because the users do not exist or you do not have permission to view the users.","resource":"Search","field":"q","code":"invalid"}

It happens very rarely so I never really bothered to fix it ; it's because @JarmouniA's GitHub profile is set to private.

Screenshot_20240904-095019.png

@JarmouniA
Copy link
Contributor Author

Cc @jfischer-no @danieldegrasse :)

@carlescufi carlescufi merged commit f7de44d into zephyrproject-rtos:main Sep 10, 2024
29 checks passed
@JarmouniA JarmouniA deleted the fix_issue75265 branch September 10, 2024 10:01
@JarmouniA JarmouniA added the backport v3.7-branch Request backport to the v3.7-branch label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Display backport v3.7-branch Request backport to the v3.7-branch platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

display: stm32-ltdc: incorrect return value for blanking on/off calls when panel controller is not passed in DT
5 participants