Merged, Maxim. On 03/02/16 16:20, Mike Holmes wrote:
On 25 February 2016 at 05:31, Maxim Uvarov <[email protected] <mailto:[email protected]>> wrote:On 02/23/16 18:47, Nicolas Morey-Chaisemartin wrote: Signed-off-by: Nicolas Morey-Chaisemartin <[email protected] <mailto:[email protected]>>Reviewed-by: Mike Holmes <[email protected] <mailto:[email protected]>>--- test/validation/timer/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/validation/timer/timer.c b/test/validation/timer/timer.c index 004670a..8d3ba47 100644 --- a/test/validation/timer/timer.c +++ b/test/validation/timer/timer.c @@ -294,13 +294,13 @@ static void *worker_entrypoint(void *arg TEST_UNUSED) for (i = 0; i < NTIMERS; i++) { tt[i].ev = odp_timeout_to_event(odp_timeout_alloc(tbp)); if (tt[i].ev == ODP_EVENT_INVALID) { - LOG_DBG("Failed to allocate timeout (%d/%d)\n", + LOG_DBG("Failed to allocate timeout (%" PRIu32 "/%d)\n", i, NTIMERS); break; } tt[i].tim = odp_timer_alloc(tp, queue, &tt[i]); if (tt[i].tim == ODP_TIMER_INVALID) { - LOG_DBG("Failed to allocate timer (%d/%d)\n", + LOG_DBG("Failed to allocate timer (%" PRIu32 "/%d)\n", i, NTIMERS); odp_timeout_free(tt[i].ev); break; _______________________________________________ lng-odp mailing list [email protected] <mailto:[email protected]> https://lists.linaro.org/mailman/listinfo/lng-odp -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs "Work should be fun and collborative, the rest follows"
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
