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)
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>

No differences found