diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-11-17 10:29:08 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-18 15:29:00 -0500 |
commit | 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e (patch) | |
tree | 61aaeb0fdbc07508fd5a6c0eb475e4f2d12444b8 /drivers/dfu/dfu.c | |
parent | 34a60d9bc88b6b009da6f7ef4d8b70f807eaada4 (diff) | |
download | u-boot-imx-736d1746fb7b8f7cd70657a4a72db2b6bd8de40e.zip u-boot-imx-736d1746fb7b8f7cd70657a4a72db2b6bd8de40e.tar.gz u-boot-imx-736d1746fb7b8f7cd70657a4a72db2b6bd8de40e.tar.bz2 |
itest: add missing break statements to evalexp()
The commit mentioned below replaced return statements inside a switch so
that other code could be called after the switch. However, it didn't add
any break statements, causing the cases to run together. Fix this.
Reported-by: Coverity (CID 132282, 132283)
Fixes: 7861204c9af7 ("itest: make memory access work under sandbox")
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/dfu/dfu.c')
0 files changed, 0 insertions, 0 deletions