X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=block%2Fbsg.c;h=f0b7cd3432160203ea6c650088ccfcd4acf2a3f6;hp=d8b889d2e411ae7b0124897d5893d7a2b2eca7dc;hb=d626e3bf728c47746f2129aa00c775d4e8c2a73b;hpb=7ad4a485002c141f156a014e89542e01e7f8e36a diff --git a/block/bsg.c b/block/bsg.c index d8b889d..f0b7cd3 100644 --- a/block/bsg.c +++ b/block/bsg.c @@ -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