commit | 649c48f5dca1765eabd42b5d630736a5d1e1f5e2 | [log] [tgz] |
---|---|---|
author | Jonathan Wright <jonathan.wright@arm.com> | Wed Mar 14 15:24:00 2018 +0000 |
committer | Jonathan Wright <jonathan.wright@arm.com> | Mon Mar 26 12:43:05 2018 +0100 |
tree | 48e9700b7154e62d0e8b43e732346e3929b938a3 | |
parent | 3eacacc0ef6a8beefd858ff36cbc35e2b9ff5b07 [diff] [blame] |
plat: fix switch statements to comply with MISRA rules Ensure (where possible) that switch statements in plat comply with MISRA rules 16.1 - 16.7. Change-Id: Ie4a7d2fd10f6141c0cfb89317ea28a755391622f Signed-off-by: Jonathan Wright <jonathan.wright@arm.com>
diff --git a/plat/socionext/uniphier/uniphier_bl2_setup.c b/plat/socionext/uniphier/uniphier_bl2_setup.c index 54b30e5..f7ae426 100644 --- a/plat/socionext/uniphier/uniphier_bl2_setup.c +++ b/plat/socionext/uniphier/uniphier_bl2_setup.c
@@ -85,6 +85,7 @@ break; default: plat_error_handler(-ENOTSUP); + break; } if (!skip_scp) {