firmware: ti_sci: Use %zu for size_t print format
authorNishanth Menon <nm@ti.com>
Sat, 16 Dec 2017 22:41:33 +0000 (14:41 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Sat, 16 Dec 2017 22:41:33 +0000 (14:41 -0800)
commitbd0fa74e7ced89580428365515f3d370cd2810d8
tree612c5955e0fa7ea06c3975e329705e28918c61a3
parent84a1695a6f925291f301951498fd7b56d3cb40a2
firmware: ti_sci: Use %zu for size_t print format

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

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/firmware/ti_sci.c