]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/remoteproc/omap_remoteproc.c
remoteproc/omap: revise a minor error trace message
authorAnna, Suman <s-anna@ti.com>
Fri, 12 Aug 2016 23:42:23 +0000 (18:42 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 13 Aug 2016 04:27:50 +0000 (21:27 -0700)
commit14096c13ef5bc0d21819a502f2b71ae17b60e452
treef53130445e83e951c6a087e3a66f79880ef56648
parent334765f45b4db607768b64f4afe9fccf85bd6c0a
remoteproc/omap: revise a minor error trace message

The omap_mbox_msg_send() is the legacy API for sending a mailbox
message. It has been replaced with the mbox_send_message() from
the mailbox framework. Revise the failure trace to print a generic
failure message instead of referencing the actual function name.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/omap_remoteproc.c