mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
committed by
Petro Karashchenko
parent
a3d17a18a7
commit
40a2adf720
@@ -490,7 +490,7 @@ static ssize_t procfs_write(FAR struct file *filep, FAR const char *buffer,
|
|||||||
handler = (FAR struct procfs_file_s *)filep->f_priv;
|
handler = (FAR struct procfs_file_s *)filep->f_priv;
|
||||||
DEBUGASSERT(handler);
|
DEBUGASSERT(handler);
|
||||||
|
|
||||||
/* Call the handler's read routine */
|
/* Call the handler's write routine */
|
||||||
|
|
||||||
if (handler->procfsentry->ops->write)
|
if (handler->procfsentry->ops->write)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user