Skip to content
Commit 37050bfd authored by Mahmoud Elsabbagh's avatar Mahmoud Elsabbagh
Browse files

mod_scmi: Fix logically dead code error



Fix logically dead code error, where ctx is just
assigned and then checked if its equal NULL, so the if
statement is dead code as ctx is never equall NULL.

Signed-off-by: Mahmoud Elsabbagh's avatarMahmoud Elsabbagh <mahmoud.elsabbagh@arm.com>
parent 4ae50c4d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment