This patch converts __FUNCTION__ to __func__, since __func__ is standard.
[coreboot.git] / src / pc80 / ide / ide.c
index a164e9e7628949e24f99302d37f366aebf1201bc..3ca60ad09d9d7ef170f35d7709f318481a0fc2dc 100644 (file)
@@ -343,7 +343,7 @@ static inline int ide_read_sector_lba(
                info->slave | 
                IDE_DH_LBA;
        cmd.command = IDE_CMD_READ_SECTORS;
-       //printk_debug("%s: sector= %ld, device command= 0x%x.\n",__FUNCTION__,(unsigned long) sector, cmd.device);
+       //printk_debug("%s: sector= %ld, device command= 0x%x.\n",__func__,(unsigned long) sector, cmd.device);
 #ifdef __BIG_ENDIAN
        return pio_data_in_sw(info->ctrl, &cmd, buffer, IDE_SECTOR_SIZE);
 #else /* __BIG_ENDIAN */