]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/megaraid/mega_common.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[linux-2.6-omap-h63xx.git] / drivers / scsi / megaraid / mega_common.h
index f62ed468ada0bc5ce44ce371a42f708310f3d9d7..5ead1283a84424cfad432a6247e4020899ef7bdd 100644 (file)
@@ -265,7 +265,7 @@ typedef struct {
 #define ASSERT(expression)                                             \
        if (!(expression)) {                                            \
        ASSERT_ACTION("assertion failed:(%s), file: %s, line: %d:%s\n", \
-                       #expression, __FILE__, __LINE__, __FUNCTION__); \
+                       #expression, __FILE__, __LINE__, __func__);     \
        }
 #else
 #define ASSERT(expression)