mirror of
https://github.com/linux-msm/qdl.git
synced 2026-02-25 13:12:25 -08:00
firehose: fixup typo
This typo was introduced in 1611c78335 when the
code was reworked.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user