diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2013-08-31 21:22:39 +0400 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2014-02-04 19:34:29 +0100 |
commit | b2c623a3d9c88fb1d3bbbbe97364dc65bc6ab363 (patch) | |
tree | f86a59bf56e6dd08c4ef362b71704081ee1af954 /thread-pool.c | |
parent | f40c49ac9f89ee52b6015904c9005b734a73487a (diff) |
milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()
qemu_chr_fe_write() is capable of returning 0
to indicate EAGAIN (and friends) and we don't
handle this.
Just change it to qemu_chr_fe_write_all() to fix.
Reported-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Acked-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'thread-pool.c')
0 files changed, 0 insertions, 0 deletions