mailbox: ti-msgmgr: Use %zu for size_t print format
authorNishanth Menon <nm@ti.com>
Sat, 2 Dec 2017 10:27:18 +0000 (04:27 -0600)
committerJassi Brar <jaswinder.singh@linaro.org>
Wed, 10 Jan 2018 04:45:32 +0000 (10:15 +0530)
commitca64af43924f85d5de1b384709af3a3ea8c7ebbb
tree6763ddab6673326eeea886595b004f1121d43593
parent4f0ceb878920cd0ac862f0f3eb08e4c4e3aa12ee
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>
drivers/mailbox/ti-msgmgr.c