mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
wqueue/notifier: update the work notifier usage
usage changed after commit 90c52e6f8f
Change-Id: Ifb0d739b046a6794b5b3ac177f489fb9a1c5c799
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -215,7 +215,7 @@ void udp_readahead_signal(FAR struct udp_conn_s *conn)
|
||||
{
|
||||
/* This is just a simple wrapper around work_notifier_signal(). */
|
||||
|
||||
return work_notifier_signal(WORK_UDP_READAHEAD, conn);
|
||||
work_notifier_signal(WORK_UDP_READAHEAD, conn);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
@@ -244,7 +244,7 @@ void udp_writebuffer_signal(FAR struct udp_conn_s *conn)
|
||||
{
|
||||
/* This is just a simple wrapper around work_notifier_signal(). */
|
||||
|
||||
return work_notifier_signal(WORK_UDP_WRITEBUFFER, conn);
|
||||
work_notifier_signal(WORK_UDP_WRITEBUFFER, conn);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user