]> git.baikalelectronics.ru Git - kernel.git/commit
samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
authorSuman Anna <s-anna@ti.com>
Fri, 9 Aug 2019 16:27:09 +0000 (11:27 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 27 Aug 2019 05:10:28 +0000 (22:10 -0700)
commitf503f5bb4a1b6b74b3d1bc775f462373ffc7a235
treede368e896ce3a14d65ecf41f51c80bbd1c6bca3a
parent3946fc9291da929ed6836ab79a3b87c34d142954
samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()

Replace the raw print_hex_dump() call in the rpmsg_sample_cb() function
with the equivalent print_hex_dump_debug() better suited for dynamic
debug. This switch allows flexibility of controlling this trace through
dynamic debug when enabled.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
samples/rpmsg/rpmsg_client_sample.c