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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 10:05:47 +0000 (11:05 +0100)
commit396e92544ee3d4ee52575d852f1351c0dfe77585
treea42bedf44b7d88669cd75dd14fe09468801bc3d5
parent81a8b5427b9a85c5cf1f437346e76d6c643621b3
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