]> err.no Git - linux-2.6/blobdiff - drivers/isdn/i4l/isdn_common.c
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzi...
[linux-2.6] / drivers / isdn / i4l / isdn_common.c
index d4ad6992f776c895d637b72c779b04fd5dd7915e..0f3c66de69bcec511b89b9c72265ada93b2bc3c2 100644 (file)
@@ -1924,7 +1924,7 @@ isdn_free_channel(int di, int ch, int usage)
 
        if ((di < 0) || (ch < 0)) {
                printk(KERN_WARNING "%s: called with invalid drv(%d) or channel(%d)\n",
-                       __FUNCTION__, di, ch);
+                       __func__, di, ch);
                return;
        }
        for (i = 0; i < ISDN_MAX_CHANNELS; i++)