commit | aa632ab063b743b9ae17a42e89bfe671440507c7 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Nov 17 10:29:08 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 18 15:29:00 2015 -0500 |
tree | 61aaeb0fdbc07508fd5a6c0eb475e4f2d12444b8 | |
parent | 781910d7addacca32c4f07643394aed3607c9854 [diff] |
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>