From fc24da940dfe3d02c49d0612c5ac42a2cea1590f Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 4 Aug 2020 16:58:13 +0200 Subject: arch/x86/pirq_routing.c: Drop unneeded `continue` Change-Id: I714247da261d4dd1b6a722436d71404f9862e958 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/44178 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/arch/x86/pirq_routing.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/pirq_routing.c b/src/arch/x86/pirq_routing.c index 18a36cd3d1..71d47d5ccb 100644 --- a/src/arch/x86/pirq_routing.c +++ b/src/arch/x86/pirq_routing.c @@ -106,8 +106,6 @@ static u8 pirq_get_next_free_irq(u8 *pirq, u16 bitmap) /* 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; -- cgit v1.2.3