OSDN Git Service

[ARM] Orion: remove error printks in ->map_irq() implementations
authorLennert Buytenhek <buytenh@wantstofly.org>
Fri, 6 Jun 2008 10:32:59 +0000 (12:32 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Sun, 22 Jun 2008 20:44:47 +0000 (22:44 +0200)
commitb206ed0462b7112d07bb9f245bf49f5e95ff174a
tree05113a578147d0614b51ba22984b78ed6b3c6631
parent19cfd5c09f780ac870fd9d89201c4ebc0b22be81
[ARM] Orion: remove error printks in ->map_irq() implementations

If all PCI devices are working as expected, the error printks in the
various implementations of ->map_irq() doesn't really provide any
useful info.  And if something is not working as expected, turning
on pci=debug gives you more useful information than the printk calls
in ->map_irq(), since the former also tells you which devices _did_
get IRQs successfully assigned.  Therefore, delete these printks
entirely.

Spotted by Russell King.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <linux@arm.linux.org.uk>
arch/arm/mach-orion5x/dns323-setup.c
arch/arm/mach-orion5x/kurobox_pro-setup.c