Skip to content

mod_scmi: Fix logically dead code error

Mahmoud Elsabbagh requested to merge Coverity-scmi-deadcode into main

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

Merge request reports

Loading