Skip to content
Commit 132cafc7 authored by Richard Purdie's avatar Richard Purdie
Browse files

linuxloader: Avoid confusing string concat errors



None is a bad choice of return value for functions used in variables
(strings) as a failure results in concatination errors. Use a string
with a clear meaning that can be searched for instead.

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent c7bf9aeb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment