Skip to content
Commit e678a3b9 authored by Etienne Carriere's avatar Etienne Carriere Committed by Chris Kay
Browse files

log: discard non standard %e format



Prior this change was %e a valid format for printing error codes as
strings when identified. This change removes such support and replace
use of %e with use of standard format identifier and a error code
to string conversion function.

With this change, any standard printf-like format comply with
SCP-firmware traces implementation. fwk_status_str() helps traces to
get nice string identifiers for errors.

This change updates few impacted modules.

Signed-off-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
parent a5b023b2
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