soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message
authorAndrew Davis <afd@ti.com>
Mon, 25 Mar 2024 16:55:07 +0000 (11:55 -0500)
committerNishanth Menon <nm@ti.com>
Tue, 9 Apr 2024 16:11:59 +0000 (11:11 -0500)
commitddbf3204f600a4d1f153498f618369fca352ae00
tree33a527b0834d152e3f8c6b1d61d647af7cac234a
parent8c8ff39838e02b6df91b80e086426dcb9ac86908
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: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240325165507.30323-1-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/wkup_m3_ipc.c