Re: [PATCH] firmware: ti_sci: Use %zu for size_t print format

2017-12-16 Thread santosh.shilim...@oracle.com

On 12/2/17 2:20 AM, Nishanth Menon wrote:

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

Signed-off-by: Nishanth Menon 
---

Applied to 'for_4.16/drivers-soc' with Lokesh's ack.


Re: [PATCH] firmware: ti_sci: Use %zu for size_t print format

2017-12-16 Thread santosh.shilim...@oracle.com

On 12/2/17 2:20 AM, Nishanth Menon wrote:

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

Signed-off-by: Nishanth Menon 
---

Applied to 'for_4.16/drivers-soc' with Lokesh's ack.


Re: [PATCH] firmware: ti_sci: Use %zu for size_t print format

2017-12-13 Thread Lokesh Vutla


On Saturday 02 December 2017 03:50 PM, Nishanth Menon wrote:
> mbox_msg->len is of type size_t and %d is incorrect format. Instead
> use %zu for handling size_t correctly.
> 
> Signed-off-by: Nishanth Menon 

Reviewed-by: Lokesh Vutla 

Thanks and regards,
Lokesh


Re: [PATCH] firmware: ti_sci: Use %zu for size_t print format

2017-12-13 Thread Lokesh Vutla


On Saturday 02 December 2017 03:50 PM, Nishanth Menon wrote:
> mbox_msg->len is of type size_t and %d is incorrect format. Instead
> use %zu for handling size_t correctly.
> 
> Signed-off-by: Nishanth Menon 

Reviewed-by: Lokesh Vutla 

Thanks and regards,
Lokesh