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: NAl Viro <viro@zeniv.linux.org.uk>
Showing
想要评论请 注册 或 登录
it's opened read-only and never installed into any descriptor tables;
fput() will do just as well.
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>