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)
commit434b5a2e2dfd2a15bde68ed7ed2d4150eceb04e0
tree754fa40cbd8516d1118177cecbe17ede62570a14
parent264bd6602edd9f309c67685770bc1c8103699428
sound_firmware: don't bother with filp_close()

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>
sound/sound_firmware.c