diff options
Diffstat (limited to 'drivers/isdn/capi/capidrv.c')
-rw-r--r-- | drivers/isdn/capi/capidrv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/capi/capidrv.c b/drivers/isdn/capi/capidrv.c index 2e602dd07ffa..d5b4cc357a3c 100644 --- a/drivers/isdn/capi/capidrv.c +++ b/drivers/isdn/capi/capidrv.c | |||
@@ -1388,12 +1388,12 @@ static void capidrv_recv_message(struct capi20_appl *ap, struct sk_buff *skb) | |||
1388 | _cdebbuf *cdb = capi_cmsg2str(&s_cmsg); | 1388 | _cdebbuf *cdb = capi_cmsg2str(&s_cmsg); |
1389 | 1389 | ||
1390 | if (cdb) { | 1390 | if (cdb) { |
1391 | printk(KERN_DEBUG "%s: applid=%d %s\n", __FUNCTION__, | 1391 | printk(KERN_DEBUG "%s: applid=%d %s\n", __func__, |
1392 | ap->applid, cdb->buf); | 1392 | ap->applid, cdb->buf); |
1393 | cdebbuf_free(cdb); | 1393 | cdebbuf_free(cdb); |
1394 | } else | 1394 | } else |
1395 | printk(KERN_DEBUG "%s: applid=%d %s not traced\n", | 1395 | printk(KERN_DEBUG "%s: applid=%d %s not traced\n", |
1396 | __FUNCTION__, ap->applid, | 1396 | __func__, ap->applid, |
1397 | capi_cmd2str(s_cmsg.Command, s_cmsg.Subcommand)); | 1397 | capi_cmd2str(s_cmsg.Command, s_cmsg.Subcommand)); |
1398 | } | 1398 | } |
1399 | if (s_cmsg.Command == CAPI_DATA_B3 | 1399 | if (s_cmsg.Command == CAPI_DATA_B3 |