]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit900b167e3bd5751b820247881fa8fa6ede50f45f
tree754fa40cbd8516d1118177cecbe17ede62570a14
parent2dabe423b07c6da25ada197b81f0d5d1d4156716
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