fdcavalcanti opened a new pull request, #19522:
URL: https://github.com/apache/nuttx/pull/19522

   ## Summary
   
   - drivers/video: zero message on MIPI DSI driver
   Use memset to clear the msg struct before using on mipi_dsi_dcs_write_buffer.
   
   ## Impact
   Fixes a bug on MIPI DSI usage where `msg` struct would be filled with 
garbage values.
   This uses memset to set the struct to 0 before using.
   
   ## Testing
   
   No specific testing available, but solved issues on a `esp32p4-tab5` board 
MIPI DSI implementation.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to