Skip to content
Snippets Groups Projects
Commit 57dbe28f authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

hal: fix unused format; exposed two commits ago


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent ef9919a9
Branches
Tags
No related merge requests found
......@@ -25,8 +25,8 @@ int halexp_lock_cmd(const char *port_name, int command, int priority)
int rval;
if (0)
TRACE(TRACE_INFO, "halexp_lock_cmd: cmd=%d port=%s "
"tics =%lld\n", command, port_name, shw_get_tics());
TRACE(TRACE_INFO, "halexp_lock_cmd: cmd=%d port=%s\n",
command, port_name);
switch (command) {
case HEXP_LOCK_CMD_ENABLE_TRACKING:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment