summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/voicebus.c')
-rw-r--r--drivers/dahdi/voicebus.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/dahdi/voicebus.c b/drivers/dahdi/voicebus.c
index ee6f057..e3afa49 100644
--- a/drivers/dahdi/voicebus.c
+++ b/drivers/dahdi/voicebus.c
@@ -682,10 +682,11 @@ show_buffer(struct voicebus *vb, void *vbb)
unsigned char *c;
c = vbb;
printk(KERN_DEBUG "Packet %d\n", count);
+ printk(KERN_DEBUG "");
for (x = 1; x <= vb->framesize; ++x) {
- printk(KERN_DEBUG "%02x ", c[x]);
+ printk("%02x ", c[x]);
if (x % 16 == 0) {
- printk(KERN_DEBUG "\n");
+ printk("\n");
}
}
printk(KERN_DEBUG "\n\n");