*
* Copyright (C) ADMtek Incorporated.
* Copyright (C) 2005 Jeroen Vreeken (pe1rxq@amsat.org)
- * Copyright (C) 2007 Gabor Juhos <juhosg@freemail.hu>
+ * Copyright (C) 2007 Gabor Juhos <juhosg at openwrt.org>
* Copyright (C) 2007 OpenWrt.org
*
* This program is free software; you can redistribute it and/or
*
*/
-#include <linux/autoconf.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
irq = -1;
if (slot < 1 || slot > 3) {
- printk("PCI: slot number %u is not supported\n", slot);
+ printk(KERN_ALERT "PCI: slot number %u is not supported\n",
+ slot);
goto out;
}
case MACH_ADM5120_WPP54AG:
case MACH_ADM5120_WPP54G:
default:
- printk("PCI: irq map is unknown for %s, using defaults.\n",
- adm5120_board_name());
+ printk(KERN_ALERT "PCI: irq map is unknown, using defaults.\n");
break;
}
}
if (irq < 0) {
- printk(KERN_INFO "PCI: no irq found for %s pin:%u\n",
+ printk(KERN_ALERT "PCI: no irq found for %s pin:%u\n",
pci_name(dev), pin);
} else {
printk(KERN_INFO "PCI: mapping irq for %s pin:%u, irq:%d\n",