sound_firmware: don't bother with filp_close()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 6 Apr 2013 17:53:56 +0000 (13:53 -0400)
committerAl 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