]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/rt2870/rt_linux.h
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[linux-2.6-omap-h63xx.git] / drivers / staging / rt2870 / rt_linux.h
index 814297577261ea5d087948f860f8d9fcc3524e1e..859f9cef0a196d106b66f425965828285f5884c9 100644 (file)
@@ -124,7 +124,7 @@ typedef int (*HARD_START_XMIT_FUNC)(struct sk_buff *skb, struct net_device *net_
 #define RT_MOD_INC_USE_COUNT() \
        if (!try_module_get(THIS_MODULE)) \
        { \
-               DBGPRINT(RT_DEBUG_ERROR, ("%s: cannot reserve module\n", __FUNCTION__)); \
+               DBGPRINT(RT_DEBUG_ERROR, ("%s: cannot reserve module\n", __func__)); \
                return -1; \
        }