]> Pileus Git - ~andy/linux/commit
dmxdev: get rid of pointless clearing ->f_op
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Sep 2013 18:33:32 +0000 (14:33 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Oct 2013 03:34:53 +0000 (23:34 -0400)
commit79b185dd1a40cf360c9d88ada7ed21f79d818613
tree8865b6c51a586fb888737308c41d95fa510010ba
parente84f9e57b90ca89664d733a7cef19aa7ccd832f3
dmxdev: get rid of pointless clearing ->f_op

nobody else will see that struct file after return from ->release()
anyway; just leave ->f_op as is and let __fput() do that fops_put().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/media/dvb-core/dmxdev.c