syslink_bridge: return state instead of 0

This commit is contained in:
Beat Küng 2016-10-07 10:24:15 +02:00 committed by Lorenz Meier
parent 55bff206be
commit e73cd08a30

View File

@ -85,7 +85,7 @@ SyslinkBridge::poll_state(struct file *filp)
state |= POLLOUT;
}
return 0;
return state;
}
ssize_t