]> git.baikalelectronics.ru Git - kernel.git/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)
commit2e72af8c090a6099c0cc41dfef58d8fbe617fa75
tree8865b6c51a586fb888737308c41d95fa510010ba
parent44adbcdf82ccdc62c72fdaebdb13a037cca055db
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