]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7259d8be8f4e7d836487e13d20a07c57cbf7629c
tree6763ddab6673326eeea886595b004f1121d43593
parenta4bd9f244a0204b1a79846a397fe8098bb12a035
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