plat/common: remove fall-through on release build
Removes fall-through in switch statement on unknown interrupt type in
release builds.

Previous behaviour was to assert(0) on default case in debug builds but
fall through and interpret the unknown interrupt type as
INTR_TYPE_EL3 in release builds.

Change-Id: I05fb0299608efda0f9eda2288d3e56e5625e05c9
Signed-off-by: Jonathan Wright <jonathan.wright@arm.com>
1 parent b7229e4 commit 8ae0df93a01bfd869fa80068b5df17359d798714
@Jonathan Wright Jonathan Wright authored on 14 Mar 2018
Showing 1 changed file
View
plat/common/plat_gicv3.c