mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
drivers/input/cypress_mbr3108: Add missing variable for nxsem_wait return value
This commit is contained in:
committed by
Gregory Nutt
parent
21c97b16cf
commit
7fc7cc9f8f
@@ -953,6 +953,7 @@ static int mbr3108_close(FAR struct file *filep)
|
|||||||
FAR struct inode *inode;
|
FAR struct inode *inode;
|
||||||
FAR struct mbr3108_dev_s *priv;
|
FAR struct mbr3108_dev_s *priv;
|
||||||
int use_count;
|
int use_count;
|
||||||
|
int ret;
|
||||||
|
|
||||||
DEBUGASSERT(filep);
|
DEBUGASSERT(filep);
|
||||||
inode = filep->f_inode;
|
inode = filep->f_inode;
|
||||||
|
|||||||
Reference in New Issue
Block a user