git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535b642
)
x86/ioapic.c: clean up replace_pin_at_irq_node logic and comments
author
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Mon, 8 Jun 2009 10:32:15 +0000
(
03:32
-0700)
committer
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Tue, 14 Jul 2009 20:32:50 +0000
(13:32 -0700)
There's no need for a control variable in replace_pin_at_irq_node();
it can just return if it finds the old apic/pin to replace.
If the loop terminates, then it didn't find the old apic/pin, so it can
add the new ones.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
No differences found