diff options
Diffstat (limited to 'drivers/isdn/hisax/hscx_irq.c')
-rw-r--r-- | drivers/isdn/hisax/hscx_irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/hscx_irq.c b/drivers/isdn/hisax/hscx_irq.c index f398d4838937..a8d6188402c6 100644 --- a/drivers/isdn/hisax/hscx_irq.c +++ b/drivers/isdn/hisax/hscx_irq.c | |||
@@ -75,7 +75,7 @@ hscx_empty_fifo(struct BCState *bcs, int count) | |||
75 | t += sprintf(t, "hscx_empty_fifo %c cnt %d", | 75 | t += sprintf(t, "hscx_empty_fifo %c cnt %d", |
76 | bcs->hw.hscx.hscx ? 'B' : 'A', count); | 76 | bcs->hw.hscx.hscx ? 'B' : 'A', count); |
77 | QuickHex(t, ptr, count); | 77 | QuickHex(t, ptr, count); |
78 | debugl1(cs, bcs->blog); | 78 | debugl1(cs, "%s", bcs->blog); |
79 | } | 79 | } |
80 | } | 80 | } |
81 | 81 | ||
@@ -115,7 +115,7 @@ hscx_fill_fifo(struct BCState *bcs) | |||
115 | t += sprintf(t, "hscx_fill_fifo %c cnt %d", | 115 | t += sprintf(t, "hscx_fill_fifo %c cnt %d", |
116 | bcs->hw.hscx.hscx ? 'B' : 'A', count); | 116 | bcs->hw.hscx.hscx ? 'B' : 'A', count); |
117 | QuickHex(t, ptr, count); | 117 | QuickHex(t, ptr, count); |
118 | debugl1(cs, bcs->blog); | 118 | debugl1(cs, "%s", bcs->blog); |
119 | } | 119 | } |
120 | } | 120 | } |
121 | 121 | ||