Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6bfc575a authored by Vignesh Raghavendra's avatar Vignesh Raghavendra Committed by Hari Nagalla
Browse files

remoteproc: ti_k3_m4_remoteproc: Fix build warnings around k3_m4_rproc_stop()

Fix below warning:

 drivers/remoteproc/ti_k3_m4_remoteproc.c: In function 'k3_m4_rproc_stop':
   drivers/remoteproc/ti_k3_m4_remoteproc.c:379:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     379 |         ret = mbox_send_message(kproc->mbox, (void *)msg);
         |                                              ^

Fixes: 99cff963

 ("remoteproc: k3-m4: extend stop to send shutdown message to m4 core")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 2b884762
Branches
Tags
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