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 mahmoud.elsabbagh@arm.com