commit | ca64af43924f85d5de1b384709af3a3ea8c7ebbb | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Sat Dec 02 04:27:18 2017 -0600 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Wed Jan 10 10:15:32 2018 +0530 |
tree | 6763ddab6673326eeea886595b004f1121d43593 | |
parent | 4f0ceb878920cd0ac862f0f3eb08e4c4e3aa12ee [diff] |
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: Nishanth Menon <nm@ti.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>