drivers/input/cypress_mbr3108: Add missing variable for nxsem_wait return value

This commit is contained in:
Jussi Kivilinna 2017-10-06 07:30:04 -06:00 committed by Gregory Nutt
parent 21c97b16cf
commit 7fc7cc9f8f
1 changed files with 1 additions and 0 deletions

View File

@ -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;