From 62cb81cb3ae95d8acf169f7595fcfd4a09eca7b0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 27 Jun 2005 08:55:34 +0000 Subject: [PATCH] Fixed typo in printf() in fxp debug statement (caused delta value not to be printed) --- drivers/fxp/fxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fxp/fxp.c b/drivers/fxp/fxp.c index 91f0b8ffa..da629c50f 100644 --- a/drivers/fxp/fxp.c +++ b/drivers/fxp/fxp.c @@ -2378,7 +2378,7 @@ tmr_func_t watchdog; /* watchdog function to be called */ fxp_timers->tmr_exp_time < fxp_next_timeout) { fxp_next_timeout= fxp_timers->tmr_exp_time; - printf("fxp_set_timer: calling sys_syncalrm for %d (now%+d)\n", + printf("fxp_set_timer: calling sys_syncalrm for %d (now+%d)\n", fxp_next_timeout, fxp_next_timeout-now); r= sys_syncalrm(SELF, fxp_next_timeout, 1); if (r != OK) -- 2.44.0