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

trig-timer: squash a warning


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent 5095c090
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ int ztt_conf_set(struct kobject *kobj, struct zio_attribute *zattr,
ztt->period = msecs_to_jiffies(usr_val);
break;
default:
pr_err("%s: unknown \"addr\" 0x%x for configuration\n",
pr_err("%s: unknown \"addr\" 0x%lx for configuration\n",
__func__, zattr->priv.addr);
return -EINVAL;
}
......
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