Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91493
b: refs/heads/master
c: 1d18a60
h: refs/heads/master
i:
  91491: 8fbbd06
v: v3
  • Loading branch information
Harvey Harrison authored and Paul Mackerras committed Apr 1, 2008
1 parent 2727452 commit e65ea7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e48b1b452ff630288c930fd8e0c2d808bc15f7ad
refs/heads/master: 1d18a602e9116dc89da6750dcbda44bb1eb82b8e
4 changes: 2 additions & 2 deletions trunk/arch/ppc/8xx_io/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ fec_enet_interrupt(int irq, void * dev_id)
#ifdef CONFIG_USE_MDIO
fec_enet_mii(dev);
#else
printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__,__LINE__,__FUNCTION__);
printk("%s[%d] %s: unexpected FEC_ENET_MII event\n", __FILE__, __LINE__, __func__);
#endif /* CONFIG_USE_MDIO */
}

Expand Down Expand Up @@ -1441,7 +1441,7 @@ irqreturn_t mii_link_interrupt(int irq, void * dev_id)
fecp->fec_ecntrl = ecntrl; /* restore old settings */
}
#else
printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__,__LINE__,__FUNCTION__);
printk("%s[%d] %s: unexpected Link interrupt\n", __FILE__, __LINE__, __func__);
#endif /* CONFIG_USE_MDIO */

#ifndef CONFIG_RPXCLASSIC
Expand Down
8 changes: 4 additions & 4 deletions trunk/arch/ppc/platforms/radstone_ppc7d.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ static void __init ppc7d_init_irq(void)
{
int irq;

pr_debug("%s\n", __FUNCTION__);
pr_debug("%s\n", __func__);
i8259_init(0, 0);
mv64360_init_irq();

Expand Down Expand Up @@ -569,7 +569,7 @@ static int __init ppc7d_map_irq(struct pci_dev *dev, unsigned char idsel,
};
const long min_idsel = 10, max_idsel = 14, irqs_per_slot = 4;

pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __FUNCTION__,
pr_debug("%s: %04x/%04x/%x: idsel=%hx pin=%hu\n", __func__,
dev->vendor, dev->device, PCI_FUNC(dev->devfn), idsel, pin);

return PCI_IRQ_TABLE_LOOKUP;
Expand Down Expand Up @@ -1300,7 +1300,7 @@ static void ppc7d_init2(void)
u32 data;
u8 data8;

pr_debug("%s: enter\n", __FUNCTION__);
pr_debug("%s: enter\n", __func__);

/* Wait for debugger? */
if (ppc7d_wait_debugger) {
Expand Down Expand Up @@ -1333,7 +1333,7 @@ static void ppc7d_init2(void)
ppc_md.set_rtc_time = ppc7d_set_rtc_time;
ppc_md.get_rtc_time = ppc7d_get_rtc_time;

pr_debug("%s: exit\n", __FUNCTION__);
pr_debug("%s: exit\n", __func__);
}

/* Called from machine_init(), early, before any of the __init functions
Expand Down

0 comments on commit e65ea7d

Please sign in to comment.