mediatek: mt8192: fix MISSING_BREAK

The case for value "VCOREFS_SMC_CMD_INIT" is not
terminated by a "break" statement.

Signed-off-by: Roger Lu <roger.lu@mediatek.com>
Change-Id: I56cc7c1648e101c0da6e77e592e6edbd5d37724e
This commit is contained in:
Roger Lu 2021-03-08 11:17:25 +08:00 committed by Yidi Lin
parent 2c62b00e8c
commit 6d98e75038
1 changed files with 2 additions and 0 deletions

View File

@ -392,6 +392,8 @@ uint64_t spm_vcorefs_args(uint64_t x1, uint64_t x2, uint64_t x3, uint64_t *x4)
dvfsrc_init();
*x4 = 0U;
mmio_write_32(DVFSRC_SW_REQ5, 0U);
break;
case VCOREFS_SMC_CMD_KICK:
mmio_write_32(DVFSRC_SW_REQ5, 0U);
break;