staging: vchiq_core: fix format strings in vchiq_dump_service_state
authorStefan Wahren <stefan.wahren@i2se.com>
Mon, 31 Oct 2016 14:39:28 +0000 (14:39 +0000)
committerJaechul Lee <jcsing.lee@samsung.com>
Fri, 18 Aug 2017 01:04:48 +0000 (10:04 +0900)
commitbd1bd425aee701ecfc8b8af310dcd274d4247721
tree648a7023976a02cecfc0e1021532c4cbee7c4a32
parent2de015ab9bf102c514a6d98d60783c1183ccf41d
staging: vchiq_core: fix format strings in vchiq_dump_service_state

The member localport and remoteport are unsigned. So fix the format
string accordingly.

The issue has been found by Cppcheck.

Signed-off-by: Stefam Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c