projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a547b
)
batman-adv: Print jiffies as unsigned long
author
Sven Eckelmann
<sven@narfation.org>
Sat, 14 May 2011 21:14:47 +0000
(23:14 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Mon, 30 May 2011 05:39:29 +0000
(07:39 +0200)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/bat_debugfs.c
patch
|
blob
|
history
diff --git
a/net/batman-adv/bat_debugfs.c
b/net/batman-adv/bat_debugfs.c
index
4577d3f
..
e8491ee
100644
(file)
--- a/
net/batman-adv/bat_debugfs.c
+++ b/
net/batman-adv/bat_debugfs.c
@@
-82,7
+82,7
@@
int debug_log(struct bat_priv *bat_priv, char *fmt, ...)
va_start(args, fmt);
vscnprintf(tmp_log_buf, sizeof(tmp_log_buf), fmt, args);
- fdebug_log(bat_priv->debug_log, "[%10u] %s",
+ fdebug_log(bat_priv->debug_log, "[%10
l
u] %s",
(jiffies / HZ), tmp_log_buf);
va_end(args);