X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Falpha%2Fkernel%2Fsys_sio.c;h=d4327e461c22156543e044eff59abc1ba628e0ad;hb=f20e3b5fe7ead0615309433260b9784d8da0bbbd;hp=14b5a753aba50ec40bb9a31e38e9824b9beee5a5;hpb=245d95a423664761d9399656098523db6988e9cc;p=linux-2.6-omap-h63xx.git diff --git a/arch/alpha/kernel/sys_sio.c b/arch/alpha/kernel/sys_sio.c index 14b5a753aba..d4327e461c2 100644 --- a/arch/alpha/kernel/sys_sio.c +++ b/arch/alpha/kernel/sys_sio.c @@ -78,7 +78,7 @@ alphabook1_init_arch(void) * example, sound boards seem to like using IRQ 9. * * This is NOT how we should do it. PIRQ0-X should have - * their own IRQ's, the way intel uses the IO-APIC irq's. + * their own IRQs, the way intel uses the IO-APIC IRQs. */ static void __init @@ -89,7 +89,7 @@ sio_pci_route(void) /* First, ALWAYS read and print the original setting. */ pci_bus_read_config_dword(pci_isa_hose->bus, PCI_DEVFN(7, 0), 0x60, &orig_route_tab); - printk("%s: PIRQ original 0x%x new 0x%x\n", __FUNCTION__, + printk("%s: PIRQ original 0x%x new 0x%x\n", __func__, orig_route_tab, alpha_mv.sys.sio.route_tab); #if defined(ALPHA_RESTORE_SRM_SETUP)