remoteproc: k3-r5: Fix not calling dev_xxx with a device
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:45:08 +0000 (10:45 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:40 +0000 (08:53 -0400)
commit44f1c38a32b21c00af435625ba8885f3dc008107
treeb59933c79d78da6de6e646ddd9a80ce5a8bc1dcc
parentb608c54b522c04098ba34471beed214127672931
remoteproc: k3-r5: Fix not calling dev_xxx with a device

Usually we can get a device from the current core, but some dev_dbg calls
have been converted to debug, since we are called on a cluster.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/remoteproc/ti_k3_r5f_rproc.c