commit | ec42ac6d1ea3118210c265ea532b2ab66e18098d | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Wed May 09 17:52:06 2018 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Thu May 10 10:51:59 2018 +0100 |
tree | aa116c43e01e1ce199b1451312616264788748b8 | |
parent | 8f3397ccb63ac3b0ddcc759565bcd66977c4eb1a [diff] |
firmware: arm_scmi: improve exit paths and code readability The existing code intends the good path to reduce the code which is so uncommon. It's obvious to have more readable code with a goto used for the error path. This patch adds more appropriate error paths and makes code more readable. It also moves a error logging outside the scope of locking. Suggested-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>