]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cbad5bc234ca28ebff428b882055af3769feeb6
treea42bedf44b7d88669cd75dd14fe09468801bc3d5
parentdf717314c6bf557cba1e9f60711065b4379a9417
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