Merge branch 'linux-2.6'
[safe/jmp/linux-2.6] / arch / powerpc / sysdev / cpm2.c
index dd066bb..fa70ee3 100644 (file)
@@ -99,7 +99,7 @@ int cpm_command(u32 command, u8 opcode)
                if ((in_be32(&cpmp->cp_cpcr) & CPM_CR_FLG) == 0)
                        goto out;
 
-       printk(KERN_ERR "%s(): Not able to issue CPM command\n", __FUNCTION__);
+       printk(KERN_ERR "%s(): Not able to issue CPM command\n", __func__);
        ret = -EIO;
 out:
        spin_unlock_irqrestore(&cmd_lock, flags);