projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab3a83
)
irq_domain: Be less verbose
author
Grant Likely
<grant.likely@secretlab.ca>
Tue, 14 Feb 2012 21:06:48 +0000
(14:06 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Tue, 14 Feb 2012 21:06:48 +0000
(14:06 -0700)
irq_domain printk's too much. Drop some output.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Olof Johansson <olof@lixom.net>
kernel/irq/irqdomain.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/irq/irqdomain.c
b/kernel/irq/irqdomain.c
index 1f9e26526b69961ad73d3ddc1d0b788b6ca291d7..cc2cd43ec74027e5e71d7e5d4579a84dfc221133 100644
(file)
--- a/
kernel/irq/irqdomain.c
+++ b/
kernel/irq/irqdomain.c
@@
-170,13
+170,11
@@
void irq_domain_generate_simple(const struct of_device_id *match,
u64 phys_base, unsigned int irq_start)
{
struct device_node *node;
- pr_
info
("looking for phys_base=%llx, irq_start=%i\n",
+ pr_
debug
("looking for phys_base=%llx, irq_start=%i\n",
(unsigned long long) phys_base, (int) irq_start);
node = of_find_matching_node_by_address(NULL, match, phys_base);
if (node)
irq_domain_add_simple(node, irq_start);
- else
- pr_info("no node found\n");
}
EXPORT_SYMBOL_GPL(irq_domain_generate_simple);
#endif /* CONFIG_OF_IRQ */