commit | b46413367961c2e8bd827e067a231be982aaeee2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 21 17:25:37 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 21 17:25:37 2011 -0500 |
tree | 8f3249e7cc9d85ea3c36cdbd2c77729aa34627e9 | |
parent | c332c10c01d8d31f2eba9abc04b0fc3d62610ed8 [diff] |
iio: fix a leak due to improper use of anon_inode_getfd() it can fail and in that case ->release() will *not* be called... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>