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

2017-12-16 Thread Nishanth Menon
On 08:01-20171213, Lokesh Vutla wrote: > > > On Saturday 02 December 2017 03:57 PM, Nishanth Menon wrote: > > 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 > > Reviewed-by: Lokesh Vutla

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

2017-12-13 Thread Lokesh Vutla
On Saturday 02 December 2017 03:57 PM, Nishanth Menon wrote: > 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 Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh