[MTD] replace remaining __FUNCTION__ occurrences
[deliverable/linux.git] / drivers / mtd / ubi / debug.h
index 51c40b17f1ec5c967994666ad0f7f3ce4b689f39..8ac7d87dc85b74ce2f744464e14936692691c90f 100644 (file)
@@ -41,7 +41,7 @@
 /* Generic debugging message */
 #define dbg_msg(fmt, ...)                                    \
        printk(KERN_DEBUG "UBI DBG (pid %d): %s: " fmt "\n", \
-              current->pid, __FUNCTION__, ##__VA_ARGS__)
+              current->pid, __func__, ##__VA_ARGS__)
 
 #define ubi_dbg_dump_stack() dump_stack()
 
This page took 0.044639 seconds and 5 git commands to generate.