]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/scsi/pcmcia/nsp_cs.c
[SCSI] replace __FUNCTION__ with __func__
[mirror_ubuntu-artful-kernel.git] / drivers / scsi / pcmcia / nsp_cs.c
index 5082ca3c6876035df3818035873a47f1e6d181f9..a221b6ef9fa991dac4e685c4e8ac290a6cb50be8 100644 (file)
@@ -107,9 +107,9 @@ static nsp_hw_data nsp_data_base; /* attach <-> detect glue */
 #else
 # define NSP_DEBUG_MASK                0xffffff
 # define nsp_msg(type, args...) \
-       nsp_cs_message (__FUNCTION__, __LINE__, (type), args)
+       nsp_cs_message (__func__, __LINE__, (type), args)
 # define nsp_dbg(mask, args...) \
-       nsp_cs_dmessage(__FUNCTION__, __LINE__, (mask), args)
+       nsp_cs_dmessage(__func__, __LINE__, (mask), args)
 #endif
 
 #define NSP_DEBUG_QUEUECOMMAND         BIT(0)