mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +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 mbr3108_dev_s *priv;
|
||||
int use_count;
|
||||
int ret;
|
||||
|
||||
DEBUGASSERT(filep);
|
||||
inode = filep->f_inode;
|
||||
|
||||
Reference in New Issue
Block a user