Fix errors/warnings reported by eZ80 compiler

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2239 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-11-06 22:53:47 +00:00
parent 4da26a9817
commit cb89120bd4
6 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ static int bch_close(FAR struct file *filp)
{
FAR struct inode *inode = filp->f_inode;
FAR struct bchlib_s *bch;
int ret;
int ret = OK;
DEBUGASSERT(inode && inode->i_private);
bch = (FAR struct bchlib_s *)inode->i_private;