summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/dahdi/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index ef71459..237e1db 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -1252,7 +1252,7 @@ wait_for_completion_timeout(struct completion *x, unsigned long timeout)
## __VA_ARGS__)
#define span_err(span, fmt, ...) span_printk(ERR, "", span, fmt, \
## __VA_ARGS__)
-#define chan_notice(span, fmt, ...) chan_printk(NOTICE, "", chan, fmt, \
+#define chan_notice(chan, fmt, ...) chan_printk(NOTICE, "", chan, fmt, \
## __VA_ARGS__)
#define chan_err(chan, fmt, ...) chan_printk(ERR, "", chan, fmt, \
## __VA_ARGS__)