commit | bba4def407810211d17bd7bd772706e78af010f3 | [log] [tgz] |
---|---|---|
author | Chris Brand <chris.brand@cypress.com> | Thu Jun 29 16:52:11 2023 -0700 |
committer | David Hu <david.hu@arm.com> | Mon Jul 17 05:40:55 2023 +0200 |
tree | 4f9dccfe36bd31654b044202f5850283fd323dbc | |
parent | 1265954689d3825e4f4b902a02362277d969de05 [diff] |
SPM: Combine two conditional blocks The switch(msg_type) in tfm_mailbox_dispatch() was immediately followed by what was effectively a second switch(msg_type). Moving the second block into tfm_mailbox_dispatch() makes the code cleaner. Signed-off-by: Chris Brand <chris.brand@cypress.com> Change-Id: I02f65f9ca0b3b5cb4bd59d634082d452df4eaba4