passthrough_ll: Remove unneeded variable assignment (#501)
authorphilmd <philmd@users.noreply.github.com>
Mon, 24 Feb 2020 21:42:41 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 21:42:41 +0000 (21:42 +0000)
commitfd0403df03e188427767bf816032cde31f52aba7
tree48a34c744c999b69468b1d4a8e729b9781254397
parent29b71ac481cb597355cec60770cf32d4173b8fd9
passthrough_ll: Remove unneeded variable assignment (#501)

Fix warning reported by Clang static code analyzer:

  example/passthrough_ll.c:390:5: warning: Value stored to 'saverr' is never read
      saverr = ENOMEM;
      ^        ~~~~~~

Fixes: 4a92a82f2e2
Reported-by: Clang Static Analyzer
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
example/passthrough_ll.c