Skip to content
Snippets Groups Projects
Commit 000ec090 authored by Nicolas Dechesne's avatar Nicolas Dechesne
Browse files

firehose: fixup typo


This typo was introduced in 1611c783 when the
code was reworked.

Signed-off-by: default avatarNicolas Dechesne <nicolas.dechesne@linaro.org>
parent 1f28fb02
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ static void firehose_program(int usbfd, struct program *program, int fd)
if (program->filename)
xml_setpropf(node, "filename", "%s", program->filename);
ret = firehose_write(fd, doc);
ret = firehose_write(usbfd, doc);
if (ret < 0)
goto out;
......
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