drivers/input/cypress_mbr3108: Add missing variable for nxsem_wait return value
This commit is contained in:
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;
|
||||
|
|
Loading…
Reference in New Issue