]> err.no Git - linux-2.6/blobdiff - block/bsg.c
cciss: fix regression that no device nodes are created if no logical drives are confi...
[linux-2.6] / block / bsg.c
index d8b889d2e411ae7b0124897d5893d7a2b2eca7dc..f0b7cd3432160203ea6c650088ccfcd4acf2a3f6 100644 (file)
@@ -57,7 +57,7 @@ enum {
 #undef BSG_DEBUG
 
 #ifdef BSG_DEBUG
-#define dprintk(fmt, args...) printk(KERN_ERR "%s: " fmt, __FUNCTION__, ##args)
+#define dprintk(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ##args)
 #else
 #define dprintk(fmt, args...)
 #endif