iwlwifi: update iwl-commands.h for 3 stream support
[deliverable/linux.git] / drivers / net / via-velocity.h
index 1b95b04c92576bf6d5c547489ab63f4c958fc548..29a33090d3d4d7775c44eea63f13d5bbe1881c1a 100644 (file)
@@ -1381,7 +1381,7 @@ enum velocity_msg_level {
 #define ASSERT(x) { \
        if (!(x)) { \
                printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x,\
-                       __FUNCTION__, __LINE__);\
+                       __func__, __LINE__);\
                BUG(); \
        }\
 }
This page took 0.025363 seconds and 5 git commands to generate.