ustream-fd: fix logic invert of write polling.
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 21 Jan 2015 13:21:26 +0000 (21:21 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 21 Jan 2015 19:02:03 +0000 (20:02 +0100)
commit73c4b4fdfe02757a780284bdce5d2fa848358df3
tree134f3ab9fb4114c47252f40b14356ff06780740e
parent60236c485387d33e1d02398a953a0834ad125161
ustream-fd: fix logic invert of write polling.

ustream_write_pending() returns true if write buffer was flushed there.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
ustream-fd.c