Skip to content
Commit ddbf3204 authored by Andrew Davis's avatar Andrew Davis Committed by Nishanth Menon
Browse files

soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message



mbox_send_message() sends a u32 bit message, not a pointer to a message.
We only convert to a pointer type as a generic type. If we want to send
a dummy message of 0, then simply send 0 (NULL).

Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240325165507.30323-1-afd@ti.com
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 8c8ff398
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment