]> git.baikalelectronics.ru Git - arm-tf.git/commit
ti: k3: drivers: sec_proxy: Fix printf format specifiers
authorAndrew F. Davis <afd@ti.com>
Wed, 10 Apr 2019 15:38:56 +0000 (11:38 -0400)
committerAndrew F. Davis <afd@ti.com>
Tue, 23 Apr 2019 15:09:11 +0000 (11:09 -0400)
commit6c30baee93d97c0fd2d41be51fca2e681f8dc9ab
treeddc0feb85ec07233de40b4c4f8d428851221d564
parent0e985d708e8f429c1fa1f557d3eea90e32de5228
ti: k3: drivers: sec_proxy: Fix printf format specifiers

The ID of a thread is not used outside for printing it out when
something goes wrong. The specifier used is also not consistent.
Instead of storing the thread ID, store its name and print that.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Change-Id: Id137c2f8dfdd5c599e220193344ece903f80af7b
plat/ti/k3/common/drivers/sec_proxy/sec_proxy.c