]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/rt2870/common/cmm_info.c
staging: __FUNCTION__ is gcc-specific, use __func__
[linux-2.6-omap-h63xx.git] / drivers / staging / rt2870 / common / cmm_info.c
index 40792e162374b121142fab802c4cab75733793dc..47a1b1a73f0936f2951af2920f7f10d009344010 100644 (file)
@@ -2331,7 +2331,7 @@ VOID RTMPIoctlGetMacTable(
        wrq->u.data.length = sizeof(RT_802_11_MAC_TABLE);
        if (copy_to_user(wrq->u.data.pointer, &MacTab, wrq->u.data.length))
        {
-               DBGPRINT(RT_DEBUG_TRACE, ("%s: copy_to_user() fail\n", __FUNCTION__));
+               DBGPRINT(RT_DEBUG_TRACE, ("%s: copy_to_user() fail\n", __func__));
        }
 
        msg = (CHAR *) kmalloc(sizeof(CHAR)*(MAX_LEN_OF_MAC_TABLE*MAC_LINE_LEN), MEM_ALLOC_FLAG);