Skip to content
Commit ca64af43 authored by Nishanth Menon's avatar Nishanth Menon Committed by Jassi Brar
Browse files

mailbox: ti-msgmgr: Use %zu for size_t print format



message->len is of type size_t and %d is incorrect format usage.
Instead use %zu for handling size_t correctly.

Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 4f0ceb87
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