aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/i4l/isdn_common.c')
-rw-r--r--drivers/isdn/i4l/isdn_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/i4l/isdn_common.c b/drivers/isdn/i4l/isdn_common.c
index d4ad6992f776..0f3c66de69bc 100644
--- a/drivers/isdn/i4l/isdn_common.c
+++ b/drivers/isdn/i4l/isdn_common.c
@@ -1924,7 +1924,7 @@ isdn_free_channel(int di, int ch, int usage)
1924 1924
1925 if ((di < 0) || (ch < 0)) { 1925 if ((di < 0) || (ch < 0)) {
1926 printk(KERN_WARNING "%s: called with invalid drv(%d) or channel(%d)\n", 1926 printk(KERN_WARNING "%s: called with invalid drv(%d) or channel(%d)\n",
1927 __FUNCTION__, di, ch); 1927 __func__, di, ch);
1928 return; 1928 return;
1929 } 1929 }
1930 for (i = 0; i < ISDN_MAX_CHANNELS; i++) 1930 for (i = 0; i < ISDN_MAX_CHANNELS; i++)