]> Pileus Git - ~andy/linux/blobdiff - drivers/w1/w1_log.h
V4L/DVB (12313): stv6110: Read registers through one time i2c_transfer calling
[~andy/linux] / drivers / w1 / w1_log.h
index fe6bdf43380f1cd95fea955ec583f4aceaa780fa..e6ab7cf08f8885d07cbfa222420d5c621c6039c3 100644 (file)
@@ -30,7 +30,7 @@
 #  define assert(expr) \
         if(unlikely(!(expr))) {                                        \
         printk(KERN_ERR "Assertion failed! %s,%s,%s,line=%d\n",        \
-        #expr,__FILE__,__FUNCTION__,__LINE__);                 \
+       #expr, __FILE__, __func__, __LINE__);                   \
         }
 #endif