git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264bd66
)
sound_firmware: don't bother with filp_close()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 6 Apr 2013 17:53:56 +0000
(13:53 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 19:16:32 +0000
(15:16 -0400)
it's opened read-only and never installed into any descriptor tables;
fput() will do just as well.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found