Angel Pons has uploaded this change for review.

View Change

arch/x86/pirq_routing.c: Drop unneeded `continue`

Change-Id: I714247da261d4dd1b6a722436d71404f9862e958
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/arch/x86/pirq_routing.c
1 file changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/44178/1
diff --git a/src/arch/x86/pirq_routing.c b/src/arch/x86/pirq_routing.c
index 18a36cd..71d47d5 100644
--- a/src/arch/x86/pirq_routing.c
+++ b/src/arch/x86/pirq_routing.c
@@ -106,8 +106,6 @@
/* If it's not yet routed, use it */
if (!already_routed)
break;
- /* But if it was already routed, try the next one */
- continue;
}
/* Now we got our IRQ */
return irq;

To view, visit change 44178. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I714247da261d4dd1b6a722436d71404f9862e958
Gerrit-Change-Number: 44178
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange