Coverity complains that the statement
if (!e)
return -1;
is never true and is logically dead code in the subject function. It is
right. e is assigned in both the if and else statementes immediately above
and can never be null.
Type: fix
Signed-off-by: Steven Luong <[email protected]>
Change-Id: Ic2d0e76eff696ee689a68a07913876dcecf5c647